Skip to content

Instantly share code, notes, and snippets.

@sagarpanchal
Last active November 10, 2023 12:49
Show Gist options
  • Save sagarpanchal/c259641d8dcc20f6fe2c5fbeffc9678d to your computer and use it in GitHub Desktop.
Save sagarpanchal/c259641d8dcc20f6fe2c5fbeffc9678d to your computer and use it in GitHub Desktop.
VS CODE
adam-bender.commit-message-editor
alefragnani.project-manager
arcsine.chronicler
Asuka.insertnumbers
bierner.emojisense
bodil.prettier-toml
bradlc.vscode-tailwindcss
bwildeman.tabulous
csstools.postcss
DavidAnson.vscode-markdownlint
dbaeumer.vscode-eslint
deerawan.vscode-faker
dsznajder.es7-react-js-snippets
dzhavat.css-flexbox-cheatsheet
dzhavat.css-initial-value
dzhavat.git-cheatsheet
dzhavat.rxjs-cheatsheet
eamodio.gitlens
EditorConfig.EditorConfig
esbenp.prettier-vscode
formulahendry.code-runner
foxundermoon.shell-format
funkyremi.vscode-google-translate
GitHub.remotehub
GrapeCity.gc-excelviewer
gurumukhi.selected-lines-count
hall.draw
HookyQR.minify
IBM.output-colorizer
idered.npm
JannisX11.batch-rename-extension
jock.svg
mathiasfrohlich.Kotlin
mattpocock.ts-error-translator
mechatroner.rainbow-csv
mikestead.dotenv
mingteo.sort-selection-concentrically
mongodb.mongodb-vscode
mrmlnc.vscode-scss
ms-python.python
ms-python.vscode-pylance
ms-vscode-remote.remote-containers
ms-vscode.atom-keybindings
ms-vscode.hexeditor
ms-vscode.live-server
ms-vscode.remote-repositories
ms-vscode.vscode-js-profile-flame
ms-vsliveshare.vsliveshare
Orta.vscode-jest
PKief.material-icon-theme
pnp.polacode
Prisma.prisma
qwtel.sqlite-viewer
redhat.java
redhat.vscode-yaml
rintoj.blank-line-organizer
sainoba.px-to-rem
streetsidesoftware.code-spell-checker
stylelint.vscode-stylelint
tetradresearch.vscode-h2o
timonwong.shellcheck
tomoki1207.pdf
Tyriar.luna-paint
Tyriar.sort-lines
usernamehw.errorlens
vincaslt.highlight-matching-tag
vscjava.vscode-java-debug
wayou.vscode-todo-highlight
wmaurer.change-case
yzhang.markdown-all-in-one
zhuangtongfa.material-theme
[
{ "key": "ctrl+tab", "command": "workbench.action.nextEditorInGroup" },
{ "key": "ctrl+shift+tab", "command": "workbench.action.previousEditorInGroup" },
{ "key": "ctrl+alt+`", "command": "tabulous.createTerminal" },
{ "key": "ctrl+alt+.", "command": "extension.js-debug.createDebuggerTerminal" },
{ "key": "ctrl+alt+1", "command": "tabulous.showTerminal1" },
{ "key": "ctrl+alt+2", "command": "tabulous.showTerminal2" },
{ "key": "ctrl+alt+3", "command": "tabulous.showTerminal3" },
{ "key": "ctrl+alt+4", "command": "tabulous.showTerminal4" },
{ "key": "ctrl+alt+5", "command": "tabulous.showTerminal5" },
{ "key": "ctrl+alt+6", "command": "tabulous.showTerminal6" },
{ "key": "ctrl+alt+f", "command": "workbench.action.showAllSymbols" }
]
[
{ "key": "ctrl+tab", "command": "workbench.action.nextEditor" },
{ "key": "ctrl+shift+tab", "command": "workbench.action.previousEditor" },
{ "key": "ctrl+shift+k", "command": "maptz.camelcasenavigation.toggleCamelMode" },
{ "key": "ctrl+shift+`", "command": "tabulous.createTerminal" },
{ "key": "ctrl+shift+1", "command": "tabulous.showTerminal1" },
{ "key": "ctrl+shift+2", "command": "tabulous.showTerminal2" },
{ "key": "ctrl+shift+3", "command": "tabulous.showTerminal3" },
{ "key": "ctrl+shift+4", "command": "tabulous.showTerminal4" },
{ "key": "ctrl+shift+5", "command": "tabulous.showTerminal5" },
{ "key": "ctrl+shift+6", "command": "tabulous.showTerminal6" },
{ "key": "ctrl+shift+7", "command": "tabulous.showTerminal7" },
{ "key": "ctrl+shift+8", "command": "tabulous.showTerminal8" },
{ "key": "ctrl+shift+9", "command": "tabulous.showTerminal9" },
{ "key": "ctrl+shift+10", "command": "tabulous.showTerminal10" }
]
{
"[css]": { "editor.defaultFormatter": "stylelint.vscode-stylelint" },
"[dotenv]": { "editor.defaultFormatter": "foxundermoon.shell-format" },
"[ignore]": { "editor.defaultFormatter": "foxundermoon.shell-format" },
"[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[javascriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[markdown]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[scss]": { "editor.defaultFormatter": "stylelint.vscode-stylelint" },
"[shellscript]": { "editor.defaultFormatter": "foxundermoon.shell-format" },
"[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
"blankLine.triggerOnSave": false,
"chronicler.ffmpeg-binary": "/usr/bin/ffmpeg",
"cSpell.diagnosticLevel": "Hint",
"debug.console.fontFamily": "Rec Mono Casual",
"debug.console.fontSize": 12,
"debug.console.lineHeight": 18,
"debug.toolBarLocation": "docked",
"diffEditor.hideUnchangedRegions.enabled": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.accessibilitySupport": "off",
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.bracketPairColorization.enabled": true,
"editor.codeActionsOnSave": { "source.fixAll": true },
"editor.foldingMaximumRegions": 65000,
"editor.fontFamily": "Rec Mono Casual",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"editor.formatOnSaveMode": "file",
"editor.formatOnType": false,
"editor.guides.bracketPairs": true,
"editor.guides.bracketPairsHorizontal": true,
"editor.guides.highlightActiveBracketPair": true,
"editor.guides.highlightActiveIndentation": true,
"editor.guides.indentation": true,
"editor.inlayHints.enabled": "on",
"editor.lineHeight": 32,
"editor.linkedEditing": true,
"editor.matchBrackets": "always",
"editor.minimap.renderCharacters": false,
"editor.minimap.showSlider": "always",
"editor.multiCursorModifier": "ctrlCmd",
"editor.occurrencesHighlight": true,
"editor.quickSuggestions": { "comments": "on", "other": "on", "strings": "on" },
"editor.quickSuggestionsDelay": 0,
"editor.renderLineHighlight": "all",
"editor.renderWhitespace": "all",
"editor.selectionHighlight": false,
"editor.suggest.localityBonus": true,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
"editor.wordWrap": "off",
"editor.wordWrapColumn": 80,
"emmet.showExpandedAbbreviation": "never",
"emmet.triggerExpansionOnTab": true,
"eslint.enable": true,
"explorer.confirmDelete": true,
"files.associations": { "*.svg": "html" },
"files.encoding": "utf8",
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.allowNoVerifyCommit": true,
"git.confirmNoVerifyCommit": false,
"git.confirmSync": false,
"git.openRepositoryInParentFolders": "always",
"gitlens.defaultDateStyle": "absolute",
"gitlens.sortContributorsBy": "date:desc",
"gitlens.views.contributors.showStatistics": true,
"gitlens.views.repositories.files.layout": "tree",
"highlight-matching-tag.showPath": true,
"javascript.inlayHints.enumMemberValues.enabled": false,
"javascript.inlayHints.functionLikeReturnTypes.enabled": false,
"javascript.inlayHints.parameterNames.enabled": "none",
"javascript.inlayHints.parameterTypes.enabled": false,
"javascript.inlayHints.propertyDeclarationTypes.enabled": false,
"javascript.inlayHints.variableTypes.enabled": false,
"javascript.updateImportsOnFileMove.enabled": "prompt",
"javascript.validate.enable": false,
"maptz.camelcasenavigation": { "allowToggleMode": true, "isCamelNavigationOnByDefault": false },
"material-icon-theme.activeIconPack": "none",
"material-icon-theme.folders.theme": "specific",
"oneDarkPro.bold": true,
"oneDarkPro.italic": true,
"oneDarkPro.markdownStyle": true,
"oneDarkPro.vivid": true,
"outline.collapseItems": "alwaysCollapse",
"prettier.printWidth": 120,
"projectManager.openInCurrentWindowIfEmpty": "always",
"projectManager.openInNewWindowWhenClickingInStatusBar": true,
"redhat.telemetry.enabled": false,
"screencastMode.keyboardOverlayTimeout": 500,
"screencastMode.verticalOffset": 3,
"search.exclude": {
"**/dist": true,
"**/build": true,
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true
},
"search.searchOnType": true,
"search.searchOnTypeDebouncePeriod": 500,
"security.workspace.trust.enabled": false,
"shellcheck.exclude": ["1071"],
"stylelint.enable": false,
"tabulous.activeTabColor": "#00FF00",
"tabulous.reloadDefaultTerminalsTouchBarButton": false,
"tabulous.renameTerminalTouchBarButton": false,
"telemetry.telemetryLevel": "off",
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.enablePersistentSessions": false,
"terminal.integrated.env.osx": {},
"terminal.integrated.env.windows": {},
"terminal.integrated.fontFamily": "Rec Mono Casual",
"terminal.integrated.fontSize": 14,
"terminal.integrated.lineHeight": 1.5,
"terminal.integrated.profiles.osx": {
"rosetta-zsh": { "args": ["-x86_64", "zsh", "-l"], "overrideName": true, "path": "arch" }
},
"terminal.integrated.scrollback": 4096,
"terminal.integrated.shellIntegration.enabled": false,
"terminal.integrated.tabs.enabled": false,
"totalTypeScript.hideAllTips": true,
"totalTypeScript.hideBasicTips": true,
"typescript.tsdk": "~/.volta/tools/shared/typescript/lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"update.mode": "manual",
"vscodeGoogleTranslate.HoverTranslations": false,
"window.commandCenter": true,
"window.openFoldersInNewWindow": "default",
"window.titleBarStyle": "custom",
"window.zoomLevel": -1,
"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#ffd700",
"editorBracketHighlight.foreground2": "#da70d6",
"editorBracketHighlight.foreground3": "#87cefa",
"terminal.background": "#000000"
},
"workbench.colorTheme": "One Dark Pro Darker",
"workbench.editor.empty.hint": "hidden",
"workbench.editor.enablePreview": false,
"workbench.editor.labelFormat": "short",
"workbench.editorAssociations": { "*.png": "imagePreview.previewEditor" },
"workbench.enableExperiments": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.list.defaultFindMode": "highlight"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment