- https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense
- https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer
- https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
- https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
- https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings
- https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
- https://marketplace.visualstudio.com/items?itemName=smontanari.vscode-test-toggle
- https://marketplace.visualstudio.com/items?itemName=thedavej.night-owl-black
- https://marketplace.visualstudio.com/items?itemName=tombonnike.vscode-status-bar-format-toggle
- https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons
- https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
VS Code Settings, Preferences and Extensions Links
{ | |
"workbench.iconTheme": "vscode-icons", | |
"editor.formatOnType": false, | |
"editor.rulers": [120], | |
"editor.fontSize": 12, | |
"editor.fontFamily": "'FiraCode-Retina','Fira Code', Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 25, | |
"editor.letterSpacing": 0.2, | |
"terminal.integrated.letterSpacing": 0.5, | |
"terminal.integrated.copyOnSelection": true, | |
"terminal.integrated.fontSize": 12, | |
"terminal.integrated.fontWeightBold": "normal", | |
"terminal.integrated.shell.osx": "zsh", | |
"terminal.external.osxExec": "iTerm.app", | |
"terminal.integrated.lineHeight": 1.5, | |
"editor.formatOnSave": true, | |
"editor.minimap.enabled": false, | |
"workbench.sideBar.location": "right", | |
"window.title": "${activeEditorMedium}${separator}${folderPath}", | |
"search.exclude": { | |
"**/*.map": true, | |
"**/node_modules": true, | |
"**/bower_components": true, | |
"**/build": true, | |
"**/public": true | |
}, | |
"files.exclude": { | |
"**/.cache": true, | |
"**/*.map": true, | |
"**/node_modules": true | |
}, | |
"files.trimTrailingWhitespace": true, | |
"editor.tabSize": 2, | |
"emmet.triggerExpansionOnTab": true, | |
"workbench.colorTheme": "Night Owl Black (No Italics)", | |
"extensions.ignoreRecommendations": true, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx" | |
}, | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
}, | |
"files.associations": { | |
"*.js": "javascriptreact" | |
}, | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"prettier.singleQuote": true, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"prettier.printWidth": 140, | |
"workbench.activityBar.visible": true, | |
"vsicons.dontShowNewVersionMessage": true, | |
"editor.tabCompletion": "onlySnippets", | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"settingsSync.ignoredExtensions": [], | |
"[jsonc]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"formattingToggle.affects": ["formatOnSave"], | |
"explorer.confirmDragAndDrop": false, | |
"workbench.startupEditor": "welcomePage", | |
"window.zoomLevel": 0, | |
"editor.minimap.side": "left" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
How do I get it for my vs code?
Run the below command in your terminal: