Skip to content

Latest commit

 

History

History
 
 

ErrorList

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

ErrorList Sample

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

image

Requirements

Visual Studio 2017

Get all samples

Clone the repo (How to):

git clone https://github.com/Microsoft/VSSDK-Extensibility-Samples.git

Run the sample

  1. 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.
  2. Once loaded, create new project (e.g. a C# ConsoleApplication)
  3. Add some comments in Program.cs file and make some spelling error in the comments
  4. Open Error List view, you will see the spelling errors

Related topics