Last active
December 8, 2024 02:32
-
-
Save eriveltondasilva/6ceea781471c33d000de73dd3d502c2b to your computer and use it in GitHub Desktop.
vscode profiles
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
Show hidden characters
{ | |
// # JS PROFILE | |
// -> editor | |
"editor.bracketPairColorization.enabled": true, | |
"editor.bracketPairColorization.independentColorPoolPerBracketType": true, | |
"editor.cursorBlinking": "phase", | |
"editor.cursorSmoothCaretAnimation": "on", | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
// "editor.foldingImportsByDefault": true, | |
"editor.fontFamily": "'JetBrains Mono', 'Fira Code', Consolas, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 16, | |
"editor.formatOnSave": true, | |
"editor.guides.bracketPairs": true, | |
"editor.linkedEditing": true, | |
"editor.minimap.enabled": false, | |
"editor.renderLineHighlight": "gutter", | |
"editor.smoothScrolling": true, | |
// | |
"editor.codeActionsOnSave": { | |
"source.organizeImports": "always" | |
}, | |
"editor.rulers": [ | |
{ | |
"color": "#47ff4730", | |
"column": 80 | |
}, | |
{ | |
"color": "#edff4730", | |
"column": 100 | |
}, | |
{ | |
"color": "#ff634730", | |
"column": 120 | |
} | |
], | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"scope": [ | |
"comment", | |
"constant", // boolean, number, string... | |
"keyword", // if, while... | |
"storage.type" // let, const... | |
], | |
"settings": { | |
"fontStyle": "italic" | |
} | |
}, | |
{ | |
"scope": [ | |
"keyword.operator", // ++, --, ==, !=, &&, || | |
"entity.name.function" // function name | |
], | |
"settings": { | |
"fontStyle": "bold" | |
} | |
} | |
] | |
}, | |
// -> emmet | |
"emmet.triggerExpansionOnTab": true, | |
// | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact", | |
"typescript": "typescriptreact" | |
}, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx", | |
"typescript": "tsx" | |
}, | |
// -> explorer | |
"explorer.autoReveal": false, | |
"explorer.compactFolders": false, | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
"explorer.confirmPasteNative": false, | |
"explorer.fileNesting.enabled": true, | |
"explorer.sortOrder": "type", | |
// | |
"explorer.fileNesting.patterns": { | |
"package.json": "package*, postcss*, vite*, next*, nest*, ace*, adonis*, bun*, biome*, eslint*, tailwind*, jsconfig*, tsconfig*, .editorconfig, .git*, .eslintrc*, .prettierrc*, .nvmrc*", | |
"composer.json": "composer*, artisan, .git*, .editorconfig, php*, laradumps*", | |
"README.md": "LICENSE", | |
".env": ".env*" | |
}, | |
// -> files | |
"files.autoSave": "afterDelay", | |
"files.trimTrailingWhitespace": true, | |
// | |
"files.exclude": { | |
"**/.next": true, | |
"**/.vscode": true, | |
"**/node_modules": true, | |
"**/vendor": true | |
}, | |
// -> git | |
"git.autofetch": true, | |
"git.confirmSync": false, | |
"git.enableSmartCommit": true, | |
// -> javascript/typescript | |
"javascript.suggest.autoImports": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"typescript.suggest.autoImports": true, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
// -> workbench | |
"workbench.colorTheme": "Bearded Theme Vivid Black", | |
"workbench.editor.enablePreview": true, | |
"workbench.externalBrowser": "edge", | |
"workbench.iconTheme": "bearded-icons", | |
"workbench.layoutControl.enabled": false, | |
"workbench.productIconTheme": "fluent-icons", | |
"workbench.sideBar.location": "right", | |
"workbench.startupEditor": "none", | |
"workbench.tree.indent": 12, | |
// -> terminal | |
"terminal.integrated.fontSize": 14, | |
"terminal.integrated.fontFamily": "'JetBrainsMono Nerd Font', Consolas, 'Courier New', monospace", | |
// # EXTENSIONS | |
// -> cspell | |
"cSpell.language": "en,pt,pt_BR,lorem", | |
"cSpell.userWords": [ | |
"adonisjs", | |
"autofetch", | |
"biomejs", | |
"birthdate", | |
"bunx", | |
"clsx", | |
"codeium", | |
"Containerização", | |
"dayjs", | |
"DEBUGBAR", | |
"doesn", | |
"Doesnt", | |
"erivelton", | |
"Erivelton", | |
"eriveltondasilva", | |
"esbenp", | |
"fastify", | |
"flowbite", | |
"frontmatter", | |
"headlessui", | |
"highlightjs", | |
"hoverable", | |
"inertiajs", | |
"instagram", | |
"ITCSS", | |
"jsxliterals", | |
"laradumps", | |
"laravel", | |
"linkedin", | |
"luxon", | |
"monokai", | |
"Monokai", | |
"nestjs", | |
"Nextfolio", | |
"nextjs", | |
"opengraph", | |
"Parens", | |
"quoteless", | |
"Reactjs", | |
"rehype", | |
"superadmin", | |
"tailwindcss", | |
"tightenco", | |
"tseslint", | |
"turbopack", | |
"unoptimized", | |
"Velton", | |
"youtube", | |
"Youtube", | |
"ziggy" | |
], | |
// -> git lens | |
"gitlens.codeLens.authors.enabled": false, | |
"gitlens.codeLens.enabled": false, | |
"gitlens.currentLine.enabled": false, | |
"gitlens.showWelcomeOnInstall": false, | |
// -> better comments | |
"better-comments.tags": [ | |
{ | |
"tag": "!", | |
"color": "#FF2D00", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
}, | |
{ | |
"tag": "?", | |
"color": "#3498DB", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
}, | |
{ | |
"tag": "#", | |
"color": "#3498DB", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": true, | |
"italic": false | |
}, | |
{ | |
"tag": "//", | |
"color": "#474747", | |
"strikethrough": true, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
}, | |
{ | |
"tag": "todo", | |
"color": "#FF8C00", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
}, | |
{ | |
"tag": "*", | |
"color": "#98C379", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
} | |
], | |
// cmder config | |
"terminal.integrated.profiles.windows": { | |
"Cmder": { | |
"path": "${env:windir}\\System32\\cmd.exe", | |
"args": ["/k", "%cmder_root%\\vendor\\bin\\vscode_init.cmd"] | |
} | |
}, | |
"terminal.integrated.defaultProfile.windows": "Cmder", | |
// other | |
"rest-client.environmentVariables": { | |
"$shared": { | |
"port": "8000", | |
"host": "http://localhost" | |
} | |
}, | |
"projectManager.git.baseFolders": ["C:\\Users\\erivelton\\Herd"], | |
"svg.preview.mode": "img", | |
"tabnine.experimentalAutoImports": 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
{ | |
// # PHP PROFILE | |
// -> editor | |
"editor.bracketPairColorization.enabled": true, | |
"editor.bracketPairColorization.independentColorPoolPerBracketType": true, | |
"editor.cursorBlinking": "phase", | |
"editor.cursorSmoothCaretAnimation": "on", | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.foldingImportsByDefault": true, | |
"editor.fontFamily": "'JetBrains Mono', 'Fira Code', Consolas, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 16, | |
"editor.formatOnSave": true, | |
"editor.guides.bracketPairs": true, | |
"editor.linkedEditing": true, | |
"editor.minimap.enabled": false, | |
"editor.renderLineHighlight": "gutter", | |
"editor.smoothScrolling": true, | |
// | |
"[php]": { | |
"editor.defaultFormatter": "junstyle.php-cs-fixer" | |
}, | |
"editor.codeActionsOnSave": { | |
"source.organizeImports": "always" | |
}, | |
"editor.rulers": [ | |
{ | |
"color": "#47ff4730", | |
"column": 80 | |
}, | |
{ | |
"color": "#edff4730", | |
"column": 100 | |
}, | |
{ | |
"color": "#ff634730", | |
"column": 120 | |
} | |
], | |
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"scope": [ | |
"comment", | |
"constant", // boolean, number, string... | |
"keyword", // if, while... | |
"storage.type" // let, const... | |
], | |
"settings": { | |
"fontStyle": "italic" | |
} | |
}, | |
{ | |
"scope": [ | |
"keyword.operator", // ++, --, ==, !=, &&, || | |
"entity.name.function" // function name | |
], | |
"settings": { | |
"fontStyle": "bold" | |
} | |
} | |
] | |
}, | |
// -> emmet | |
"emmet.triggerExpansionOnTab": true, | |
// | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact", | |
"typescript": "typescriptreact" | |
}, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx", | |
"typescript": "tsx" | |
}, | |
// -> explorer | |
"explorer.autoReveal": false, | |
"explorer.compactFolders": false, | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
"explorer.fileNesting.enabled": true, | |
"explorer.sortOrder": "type", | |
// | |
"explorer.fileNesting.patterns": { | |
"package.json": "package*, postcss*, vite*, next*, nest*, eslint*, tailwind*, jsconfig*, tsconfig*, .git*, .eslintrc*, .prettierrc*, .nvmrc*", | |
"composer.json": "composer*, artisan, .git*, .editorconfig, php*, laradumps*", | |
".env": ".env*" | |
}, | |
// -> files | |
"files.autoSave": "afterDelay", | |
"files.trimTrailingWhitespace": true, | |
// | |
"files.exclude": { | |
"**/.next": true, | |
"**/.vscode": true, | |
"**/node_modules": true, | |
"**/vendor": true | |
}, | |
// -> git | |
"git.autofetch": true, | |
"git.confirmSync": false, | |
"git.enableSmartCommit": true, | |
// -> javascript/typescript | |
"javascript.suggest.autoImports": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"typescript.suggest.autoImports": true, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
// -> workbench | |
"workbench.colorTheme": "Bearded Theme Vivid Black", | |
"workbench.editor.enablePreview": true, | |
"workbench.externalBrowser": "edge", | |
"workbench.iconTheme": "bearded-icons", | |
"workbench.layoutControl.enabled": false, | |
"workbench.productIconTheme": "fluent-icons", | |
"workbench.sideBar.location": "right", | |
"workbench.startupEditor": "none", | |
"workbench.tree.indent": 12, | |
// -> terminal | |
"terminal.integrated.fontSize": 14, | |
"terminal.integrated.fontFamily": "'JetBrainsMono Nerd Font', Consolas, 'Courier New', monospace", | |
// # EXTENSIONS | |
// -> cspell | |
"cSpell.language": "en,pt,pt_BR,lorem", | |
"cSpell.userWords": [ | |
"autofetch", | |
"Barryvdh", | |
"biomejs", | |
"codeium", | |
"Containerização", | |
"dayjs", | |
"Debugbar", | |
"Doesnt", | |
"erivelton", | |
"Erivelton", | |
"esbenp", | |
"fastify", | |
"flowbite", | |
"headlessui", | |
"inertiajs", | |
"intelephense", | |
"junstyle", | |
"laravel", | |
"Monokai", | |
"nestjs", | |
"onsave", | |
"phar", | |
"Spatie", | |
"superadmin", | |
"tailwindcss", | |
"tightenco", | |
"Youtube", | |
"ziggy" | |
], | |
// -> git lens | |
"gitlens.codeLens.authors.enabled": false, | |
"gitlens.codeLens.enabled": false, | |
"gitlens.currentLine.enabled": false, | |
"gitlens.showWelcomeOnInstall": false, | |
// -> better comments | |
"better-comments.tags": [ | |
{ | |
"tag": "!", | |
"color": "#FF2D00", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
}, | |
{ | |
"tag": "?", | |
"color": "#3498DB", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
}, | |
{ | |
"tag": "#", | |
"color": "#3498DB", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": true, | |
"italic": false | |
}, | |
{ | |
"tag": "//", | |
"color": "#474747", | |
"strikethrough": true, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
}, | |
{ | |
"tag": "todo", | |
"color": "#FF8C00", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
}, | |
{ | |
"tag": "*", | |
"color": "#98C379", | |
"strikethrough": false, | |
"underline": false, | |
"backgroundColor": "transparent", | |
"bold": false, | |
"italic": false | |
} | |
], | |
// -> php-cs-fixer | |
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar", | |
// "php-cs-fixer.executablePathWindows": "", //eg: php-cs-fixer.bat | |
"php-cs-fixer.onsave": true, | |
"php-cs-fixer.rules": "@PSR12", | |
"php-cs-fixer.config": ".php-cs-fixer.php;.php-cs-fixer.dist.php;.php_cs;.php_cs.dist", | |
"php-cs-fixer.allowRisky": true, | |
"php-cs-fixer.pathMode": "override", | |
"php-cs-fixer.ignorePHPVersion": false, | |
"php-cs-fixer.exclude": [], | |
"php-cs-fixer.autoFixByBracket": true, | |
"php-cs-fixer.autoFixBySemicolon": true, | |
"php-cs-fixer.formatHtml": false, | |
"php-cs-fixer.documentFormattingProvider": true, | |
"php-cs-fixer.lastDownload": 1727731321979, | |
// cmder config | |
"terminal.integrated.profiles.windows": { | |
"Cmder": { | |
"path": "${env:windir}\\System32\\cmd.exe", | |
"args": ["/k", "%cmder_root%\\vendor\\bin\\vscode_init.cmd"] | |
} | |
}, | |
"terminal.integrated.defaultProfile.windows": "Cmder", | |
// -> other | |
"rest-client.environmentVariables": { | |
"$shared": { | |
"port": "8000", | |
"host": "http://localhost" | |
} | |
}, | |
"projectManager.git.baseFolders": ["C:\\Users\\erivelton\\Herd"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment