See the changelog for changes and roadmap and try thenightly build for the latest and greatest. Features
Error ListWhen an error is found it will show up in the Error List in Visual Studio as either an error or a warning. The individual rules for each linter can be configured to be either an error or a warning. Double-clicking an error will open the file and place the cursor at the location of the error. Run the lintersThe linters automatically run when you open a supported file. That makes it easy to see if there are any errors. When saving the file the linter runs again. You can manually run the linters on a single file, multiple files, folders or the entire project by right-clicking in Solution Explorer. It's also from the same context menu you can clear all the errors generated by Web Linters. ConfigurationEach linter has their own configuration file. For instance, ESLint uses a JSON file with the name of The configuration files are located in your user profile. Example: It's easy to modify the configuration files by using the menu commands to open them: If the configuration files have gotten messed up, you can reset them to their defaults by clicking theReset Configuration Files command. It will prompt to ask if you are sure you want to proceed and, if you click yes, all the configuration files will be restored to their defaults. Per project configurationYou can override the global per-user configuration of each linter on a folder, project or solution level. Simply copy in each config files (such as A simple command to do this will be added soon. Stay tuned... Disable lintersYou decide which linters to run by enabling or disabling them under Tools -> Options. They are all enabled by default. Reset settingsResetting the settings will do 2 things:
You can reset the settings under Tools -> Web Analyzer. If you haven't made any modifications to any settings or configuration files, then it can be a good idea to reset the settings after updating the extension. Typically newer versions of the Web Analyzer extension will have updated configuration files with better defaults. |