-
```
What steps will reproduce the problem?
Goto a resx file and it doesn't spell check. See below for more details
What is the expected behavior? What do you see instead?
should spell check resx file…
-
```
I've found this project to be useful but wanted to have the build-time steps in
MSBuild. Adding this to your *.csproj files in which you use the constraints
should accomplish the same thing as …
-
```
Quite often it would be handy to have a copy of Gallio installed while
developing another copy in parallel.
Previously I attempted to solve this scenario by adding a
DevelopmentRuntimePath key. …
-
```
What steps will reproduce the problem?
1. Installing the extension
2. Scroll in any file
What is the expected output? What do you see instead?
Scrolling should follow displayed text on screen.
Wh…
-
**Describe the bug**
I recently updated to VS 2019 16.5.4 and now gu/gU/g~ no longer work for visual selected text
**To Reproduce**
Select the word under the cursor (viw) and make it uppercas…
-
**Describe the bug**
GoToImplementation puts VsVim into the visual mode.
**To Reproduce**
Steps to reproduce the behavior:
1. Set a cursor on a symbol
2. Ctrl+F12
3. VS jumps to the imple…
-
**Describe the bug**
While in insert mode, Ctrl-H does not backspace characters. Duplicate of #447, but that was resolved in 2011.
**To Reproduce**
`i{somechars}`
**Expected behavior**
`` sho…
-
Hey guys, thanks for the hard work on this plugin. I was wondering, ctrl-t ctrl-d isn't super intuitive for me since I use this so frequently, and I had a few ideas about improving it. First thought i…
-
I consider current `@NotNull` to be a strong `@NotNull`. `@WeakNotNull` - there is a path where a parameter is dereferenced. May be used for more "paranoidal" code analysis.
-
Good: `string.Format("hello {0}!", "world");`
Bad: `string.Format("hello {1}!", "world");`