Convenient extensions for Visual Studio Code.
Name | Purpose |
---|---|
Bracket Pair Colorizer | Colours matching brackets |
Code spell checker | A basic spell checker that works with camelCase code |
EditorConfig for VS Code | Brings EditorConfig and .editorconfig support to VSCode |
File Utils | Convenience functions to create, rename and delete files and directories |
Find related files | Finds files related to the current file based on user-defined configuration rules |
GitLens | Adds loads of git functionality to VSCode |
Markdown all in one | Tool for writing markdown: keyboard shortcuts, table of contents, auto preview, etc |
Path IntelliSense | Enables auto-complete on filenames |
Sensitive replace | Replace selections while preserving case |
Unique lines | Removes duplicates from a selection of lines |
Name | Language |
---|---|
Ionide | F# |
Name | Purpose |
---|---|
Auto rename tag | Rename paired HTML/XML tags |
ESLint | Integrates ESLint into VSCode |
glean | Allows extraction of TS/JS code into separate module, or JSX into new component |
htmltagwrap | Wraps selected text with HTML tags |
npm IntelliSense | Auto-completes npm modules in import statements |
TSLint | TSLint for VSCode |
Version Lens | Shows inline matches for dependencies example here |
Name | Description |
---|---|
Dark Molokai theme | Theme inspired by the official Dark and vim Molokai themes |
Here are some sources that helped me find the extensions
Author | Source | URL |
---|---|---|
Productivity freak | Medium | The ultimate VSCode setup for frontend/JS/React |