SLT Extension PackThe default extension pack for development with Visual Studio Code within the SLT organization. GenericCode Spell Checker & Code Spell Checker & DutchAdds a spell checker to Visual Studio code. This plugin is configured via
default the default SonarLintLinting and static analysis of the code. The extension requires a Java Runtime Environment (JRE) to be installed. If none is present on your machine, the extension will ask you to install a JRE. Auto ImportAssists the developer by automatically writing imports. Pops up as suggestion within IntelliSense. CSS PeeksAdds the functionality to jump to (S)CSS code. Press F12 with the cursor on a CSS class or id to open the related (S)CSS code. Path IntellisenseAssists the developer in writing paths while coding by automatically completing file names. Visual Studio IntelliCodeAI-assisted development tool which shows recommended completions whilst coding. Comments relatedBetter CommentsHelps the developer in creating more human-friendly comments. Enables annotation for Alerts, Queries, TODOs & Highlights. Markdown All in OneAdds functionalities related to creating markdown files such as creating table of contents, toggling list & removing section numbers. Auto Rename TagAutomatically renames paired HTML/XML tags. Markdown LintMarkdown linting and styling checking. Angular SpecificAngular Language ServiceProvides a rich editing experience for Angular templates, both inline and external templates. Angular 10 SnippetsA collection of Angular related snippets. ESLintAdds Linting of JavaScript/TypeScript code and checks for language related errors. Angular2SwitcherAdds the following shortcuts for switching between Angular files:
JSON SpecificSort JSON objectsAdds the functionality to sort JSON files by key names.
JSON to TSAdds the ability to generate TypeScript interfaces from JSON on the clipboard or from a selection.
Building & publishing the extension packSee the official Visual Studio Code docs: Publish Extensions |