Skip to content

Commit 1bcff52

Browse files
authored
Merge pull request #2974 from carloscds/master
Including CodeCracker
2 parents a109a9d + e6eb018 commit 1bcff52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/ide/csharp-developer-productivity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Several community members have written free extensions that add additional code
120120
- [Roslynator](https://marketplace.visualstudio.com/items?itemName=josefpihrt.Roslynator2017)
121121
- [SonarLint for Visual Studio](https://marketplace.visualstudio.com/items?itemName=SonarSource.SonarLintforVisualStudio2017)
122122
- [StyleCopAnalyzers](https://www.nuget.org/packages/stylecop.analyzers/)
123+
- [CodeCracker](https://www.nuget.org/packages/codecracker.CSharp/)
123124

124125
![Refactorings in Visual Studio](../ide/media/VSGuide_CodeAnalysis.png)
125126

@@ -205,4 +206,4 @@ Here is a list of editor and productivity features to make writing code more eff
205206
| Enable navigation to decompiled sources | Allow Go To Definition on types/members from external sources and use the ILSpy decompiler to show method bodies | **Tools** > **Options** > **Text Editor** > **C#** > **Advanced** > **Enable navigation to decompiled sources** |
206207
| Completion/Suggestion Mode | Changes the completion behavior in IntelliSense. Developers with IntelliJ backgrounds tend to use a non-default setting here. | **Menu** > **Edit** > **IntelliSense** > **Toggle Completion Mode** |
207208
| [CodeLens](../ide/find-code-changes-and-other-history-with-codelens.md) | Displays code reference information and change history in the editor | **Tools** > **Options** > **Text Editor** > **All Languages** > **CodeLens** |
208-
| [Code snippets](../ide/visual-csharp-code-snippets.md) | Help stub out common boilerplate code | Type a snippet name and press **Tab** twice. |
209+
| [Code snippets](../ide/visual-csharp-code-snippets.md) | Help stub out common boilerplate code | Type a snippet name and press **Tab** twice. |

0 commit comments

Comments
 (0)