- Auto Close Tag - automatically adds closing tags to your opening tags in HTML and XML code
- Auto Complete Tag - automatically completes HTML and XML tags
- Auto Rename Tag - allows you to quickly rename HTML and XML tags without having to update them manually throughout your code
- Better Comments - allows you to add more meaningful and organized comments to your code
- Code Spell Checker - helps you catch typos and other spelling errors in your code
- CodeMetrics - allows you to measure the complexity of your code
- Color Highlight - highlights colors in your code, making it easier to see how they are being used
- CSS Peek - allows you to quickly navigate to the corresponding CSS styles for a given element in your HTML or CSS code
- DotENV - allows you to easily manage environment variables in your code
- Error Lens - makes it easier to spot and fix errors in your code
- ESLint - helps you find and fix problems in your JavaScript code
- GitHub Copilot - allows you to easily collaborate with other developers on GitHub
- GitLens — Git supercharged - provides powerful features for working with Git within VSCode
- Highlight Matching Tag - highlights matching opening and/or closing tags.
- Import Cost - allows you to quickly see the size of the external packages that you are importing into your code
- Material Icon Theme - provides a set of icons based on Google's Material Design guidelines
- Prettier - Code formatter - a code formatter that automatically formats your code according to a set of rules
- Reload - allows you to quickly and easily reload your VSCode workspace
- Reopen Closed Tab - allows you to quickly reopen tabs that you have previously closed
- Svg Preview - allows you to preview SVG files directly within VSCode
- Sort JSON objects - allows you to easily sort the properties of a JSON object
- TODO Highlight - highlights TODO comments in your code, making it easier to see what needs to be done
- Turkish - Code Spell Checker - a spell checker for the Turkish language (note: you can add your own language's code spell checker)
https://github.com/emremutlu08/emre-mutlu---javascript---extension-pack
Preferences -> Settings
Adding tr to the cSpell.language setting, will enable the Turkish dictionary. Example using both English and Turkish dictionaries: "cSpell.language": "en,tr",
https://www.linkedin.com/in/emremutlujs/
Enjoy!