https://github.com/syntaxlexx/vscode-preferences
Microsoft Visual Studio Code Text Editor Preferences - Extensions + user settings
https://github.com/syntaxlexx/vscode-preferences
vscode vscode-extension vscode-preferences
Last synced: over 1 year ago
JSON representation
Microsoft Visual Studio Code Text Editor Preferences - Extensions + user settings
- Host: GitHub
- URL: https://github.com/syntaxlexx/vscode-preferences
- Owner: syntaxlexx
- License: mit
- Created: 2018-04-06T08:02:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T12:04:38.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T18:44:53.438Z (over 1 year ago)
- Topics: vscode, vscode-extension, vscode-preferences
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCODE Preferences
## About
Microsoft Visual Studio Code is a revolutionary text editor that has come a long way into surprising every developer out there with its beauty, versatility, performance, and well, it's behind Microsoft!
So, these are my user preferences for the editor's configuration
```json
{
"sync.gist": "vscode-settings",
"sync.lastUpload": "",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"files.autoSave": "afterDelay",
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"emmet.triggerExpansionOnTab": true,
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "eq-material-theme-icons-ocean",
"editor.lineHeight": 24,
"editor.fontFamily": "'FuraCode Nerd Font', 'Fira Code', 'Operator Mono', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontSize": 12,
"editor.fontLigatures": true,
"editor.renderLineHighlight": "all",
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?",
"window.zoomLevel": 0,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"php.suggest.basic": false,
"editor.fontLigatures": true,
"editor.rulers": [
80, 120
],
"editor.renderLineHighlight": "all",
"files.trimTrailingWhitespace": true,
"window.menuBarVisibility": "toggle",
"workbench.colorCustomizations": {
"statusBar.debuggingBackground": "#cc6633",
"statusBar.noFolderBackground": "#0A0A0D",
}
}
```
## Extensions Used
- Auto Close Tag
- Auto Rename Tag
- Code Runner
- DotENV
- GitLens
- HTML Boilerplate
- Laravel 5 Snippets
- Laravel Blade Snippets
- One Dark Pro Theme
- PHP IntelliSense
- Settings Sync
- Sublime Text Keymap
- vscode-icons
- Material Icon Theme
- Material Theme
- Space Inside Braces
When developing Vue Apps
- Vetur
- Vetur E
Plus Other extensions which are disabled by default unless developing on the exact platform e.g Python,C#,C++, and Ruby.
## NB
- If you prefer not to copy ` $ ` when selecting variable names, don't include this part in your preferences
```json
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?",
```
- Read more about **Nerd Fonts** [here](https://nerdfonts.com)
## Contribution
Should you wish to contribute to this list, feel free to fork, edit, and make a pull request.
Or, just email [Me](mailto:lexxyungcarter@gmail.com)
## Licence
MIT