A sample of a VSIX that generates errors in error list when you make spelling errors in the editor.
- Technologies: Visual Studio 2017 SDK
- Topics: Visual Studio Editor, VSX
Description
This sample generates the Messages in error list when you make spelling errors in the text that you type in the editor
Requirements
Get all samples
Clone the repo (How to):
git clone https://github.com/Microsoft/VSSDK-Extensibility-Samples.git
Run the sample
- To run the sample, hit F5 or choose the Debug > Start Debugging menu command. A new instance of Visual Studio will launch under the experimental hive.
- Once loaded, create new project (e.g. a C# ConsoleApplication)
- Add some comments in Program.cs file and make some spelling error in the comments
- Open Error List view, you will see the spelling errors
Related topics