Last active
November 26, 2024 13:41
-
-
Save andrejsharapov/df0d57c838fed1d29188e2660a639815 to your computer and use it in GitHub Desktop.
My VS Code extensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Auto Close Tag | |
| Auto Complete Tag | |
| Auto Rename Tag | |
| Babel JS | |
| Batch Rename | |
| Code Spell Checker + Russia | |
| Color Highlight | |
| Comments Anchor | |
| ESLint | |
| Figma for VS Code | |
| file-size || filder size | |
| format all | |
| Fractured Json | |
| ...GitHub | |
| JS (es6) snippets | |
| JSON5 syntax | |
| Material Icon Theme | |
| MD All in One | |
| mdlint | |
| MySQL | |
| New Relic CodeStream | |
| PHP Server | |
| Prettier | |
| Project Manager | |
| Pug beautify | |
| px ot rem | |
| SFTP | |
| Stylelint | |
| Stylus | |
| SVG | |
| Svg Preview | |
| Tabnine | |
| Tailwind CSS IS | |
| To `kebab-case, etc.` | |
| Version Lens | |
| Vue Official | |
| vuetify-vscode | |
| XML Tools | |
| YAML | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // project manager | |
| [ | |
| { | |
| "name": "mctpms", | |
| "rootPath": "d:\\Development\\Nuxt\\nuxt-app", | |
| "paths": [], | |
| "tags": [ | |
| "vue-2" | |
| ], | |
| "enabled": true | |
| }, | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // >open user settings | |
| { | |
| "terminal.integrated.shell.windows":"D:\\Program Files\\Git\\bin\\bash.exe", | |
| "editor.stickyScroll.enabled":true, | |
| "editor.tabSize":2, | |
| "workbench.editor.pinnedTabSizing":"compact", | |
| "codestream.email":"@gmail.com", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment