Skip to content

A Visual Studio Code editor settings which makes your day to day coding life easier than ever.

Notifications You must be signed in to change notification settings

webdiaryacademyofficial/VS-Code-Editor-Settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

{ "editor.quickSuggestions": { "other": true, "comments": true, "strings": true }, "editor.suggestOnTriggerCharacters": true, "editor.tabCompletion": "on", "editor.wordBasedSuggestions": "matchingDocuments", "javascript.suggest.autoImports": true, "typescript.suggest.autoImports": true, "eslint.enable": true, "prettier.requireConfig": false, "files.associations": { ".js": "javascriptreact", ".jsx": "javascriptreact" }, "typescript.validate.enable": true, "javascript.validate.enable": true, "emmet.includeLanguages": { "javascript": "javascriptreact", "javascriptreact": "html" }, "editor.defaultFormatter": "esbenp.prettier-vscode", "javascript.updateImportsOnFileMove.enabled": "always", "explorer.confirmDragAndDrop": false, "explorer.confirmDelete": false, "editor.accessibilitySupport": "off", "workbench.iconTheme": "material-icon-theme", "window.zoomLevel": 1, "[javascript]": { "javascript.preferences.renameMatchingJsxTags": true, "editor.maxTokenizationLineLength": 2500 }, "extensions.ignoreRecommendations": true, "typescript.updateImportsOnFileMove.enabled": "always", "settingsSync.ignoredSettings": [], "workbench.settings.applyToAllProfiles": [],

// Additional Suggestions: "editor.fontSize": 14, "editor.fontFamily": "Monaco, 'Courier New', monospace", "editor.tabSize": 2, "editor.formatOnSave": true, "prettier.singleQuote": true, "prettier.trailingComma": "all", "prettier.arrowParens": "avoid", "prettier.printWidth": 100, "editor.minimap.enabled": false, "editor.cursorSmoothCaretAnimation": "on", "editor.cursorBlinking": "smooth", "editor.renderWhitespace": "selection", "editor.showFoldingControls": "always", "editor.wordWrap": "on", "files.trimTrailingWhitespace": true, "git.autofetch": true, "git.enableSmartCommit": true, "terminal.integrated.rendererType": "dom", "terminal.integrated.cursorStyle": "line", "terminal.integrated.fontFamily": "'Inconsolata for Powerline', monospace", "workbench.editor.enablePreview": false, "workbench.editor.tabSizing": "shrink", "workbench.startupEditor": "none", "workbench.statusBar.visible": true, "window.menuBarVisibility": "toggle", "breadcrumbs.enabled": true, "search.showLineNumbers": true, "editor.guides.indentation": true, "workbench.colorTheme": "GitHub Dark Default", "json.schemas": [], "files.autoSave": "afterDelay", "supermaven.enable": { "*": true } }

About

A Visual Studio Code editor settings which makes your day to day coding life easier than ever.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published