{"id":13478558,"url":"https://github.com/vikrantnegi/vscode-personal-preference-setting","last_synced_at":"2025-04-08T12:19:37.172Z","repository":{"id":78928263,"uuid":"81555463","full_name":"vikrantnegi/vscode-personal-preference-setting","owner":"vikrantnegi","description":"Visual Studio Code Personal Preference Settings","archived":false,"fork":false,"pushed_at":"2020-06-22T13:05:37.000Z","size":687,"stargazers_count":22,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-14T08:18:30.645Z","etag":null,"topics":["settings","visual-studio","vscode","vscode-settings"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vikrantnegi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-02-10T10:38:03.000Z","updated_at":"2022-12-23T17:46:36.000Z","dependencies_parsed_at":"2023-03-05T00:15:21.620Z","dependency_job_id":null,"html_url":"https://github.com/vikrantnegi/vscode-personal-preference-setting","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikrantnegi%2Fvscode-personal-preference-setting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikrantnegi%2Fvscode-personal-preference-setting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikrantnegi%2Fvscode-personal-preference-setting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikrantnegi%2Fvscode-personal-preference-setting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikrantnegi","download_url":"https://codeload.github.com/vikrantnegi/vscode-personal-preference-setting/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247838449,"owners_count":21004581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["settings","visual-studio","vscode","vscode-settings"],"created_at":"2024-07-31T16:01:58.711Z","updated_at":"2025-04-08T12:19:37.134Z","avatar_url":"https://github.com/vikrantnegi.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# VS Code Personal Setup\n\nA personal list of [Visual Studio Code](https://code.visualstudio.com/) packages and resources to keep track of my personal setup.\nFor more, checkout [Awesome VS Code](https://github.com/viatsko/awesome-vscode)\n\n# Table of Content\n\n- [Theme](#theme)\n- [Extensions](#extensions)\n- [Tools](#tools)\n- [setting.json](#setting)\n\n# Theme\n\n- [Moonlight](https://marketplace.visualstudio.com/items?itemName=atomiks.moonlight)\n\n## Extensions\n\n- [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag)\n- [Paste and Indent](https://marketplace.visualstudio.com/items?itemName=Rubymaniac.vscode-paste-and-indent)\n- [Path Intellisense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense)\n- [SVG Viewer](https://marketplace.visualstudio.com/items?itemName=cssho.vscode-svgviewer)\n- [SCSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-scss)\n- [Placeholder Images](https://marketplace.visualstudio.com/items?itemName=JakeWilson.vscode-placeholder-images)\n- [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)\n- [Prettier - JavaScript formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)\n- [Reactjs code snippets](https://marketplace.visualstudio.com/items?itemName=xabikos.ReactSnippets)\n- [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync)\n- [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments)\n- [Polacode](https://marketplace.visualstudio.com/items?itemName=pnp.polacode)\n- [Bracket Pair Colorizer](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer)\n- [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker)\n- [VS Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare)\n- [Color Highlight](https://github.com/vikrantnegi/vscode-personal-preference-setting.git)\n- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n- [Import Cost](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost)\n- [Quokka.js](https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode)\n- [TabNine](https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode)\n\n## Tools\n\n[OpenInCode](https://github.com/sozercan/OpenInCode)\n\n## Setting\n\nTo add the below setting go to `Code/File` → `Preferences` → `Settings`. It's easier to enter these settings while editing the `settings.json` file, so click the `{}` icon in the top right corner:\n\n```markdown\n{\n// Place your settings in this file to overwrite the default settings\n\"editor.fontSize\": 16,\n\"editor.tabSize\": 2,\n\"editor.lineHeight\": 25,\n\"editor.letterSpacing\": 0.5,\n\"editor.fontWeight\": \"400\",\n\"editor.fontFamily\": \"Operator Mono, Menlo, Monaco, 'Courier New', monospace\",\n\"editor.renderWhitespace\": \"all\",\n\"editor.wordWrap\": \"on\",\n\"editor.formatOnPaste\": true,\n\"editor.mouseWheelZoom\": false,\n\"files.trimTrailingWhitespace\": true,\n\"files.associations\": {\n\"_.scss.liquid\": \"scss\",\n\"_.liquid\": \"html\"\n},\n\"editor.dragAndDrop\": true,\n\"editor.cursorBlinking\": \"solid\",\n\"editor.codeLens\": false,\n\"editor.multiCursorModifier\": \"ctrlCmd\",\n\"window.nativeTabs\": true,\n//intellisense plugin setting\n\"path-intellisense.extensionOnImport\": true,\n\"path-intellisense.showHiddenFiles\": true,\n\"path-intellisense.autoSlashAfterDirectory\": true,\n\"workbench.colorCustomizations\": {\n\"tab.activeBackground\": \"#232833\",\n\"activityBar.background\": \"#282c34\",\n\"sideBar.background\": \"#282c34\"\n},\n\"window.zoomLevel\": 0,\n\"emmet.syntaxProfiles\": {\n\"javascript\": \"jsx\"\n},\n\"colorize.languages\": [\"javascript\", \"javascriptreact\"],\n\"workbench.startupEditor\": \"newUntitledFile\",\n\"workbench.fontAliasing\": \"auto\",\n\"editor.defaultFormatter\": \"esbenp.prettier-vscode\",\n\"editor.formatOnSave\": true,\n\"[javascript]\": {\n\"editor.formatOnSave\": false\n},\n\"[javascriptreact]\": {\n\"editor.formatOnSave\": false\n},\n\"prettier.disableLanguages\": [\"javascript\", \"javascriptreact\"],\n\"editor.tabCompletion\": \"on\",\n\"window.clickThroughInactive\": false,\n\"breadcrumbs.enabled\": true,\n\"css.validate\": false,\n\"scss.validate\": false,\n\"sync.autoDownload\": true,\n\"sync.autoUpload\": true,\n\"sync.lastDownload\": \"\",\n\"sync.forceDownload\": false,\n\"sync.anonymousGist\": false,\n\"sync.host\": \"\",\n\"sync.pathPrefix\": \"\",\n\"sync.quietSync\": false,\n\"sync.askGistName\": false,\n\"editor.snippetSuggestions\": \"top\",\n\"sync.removeExtensions\": true,\n\"sync.syncExtensions\": true,\n\"terminal.integrated.rendererType\": \"dom\",\n\"files.autoSave\": \"off\",\n\"javascript.updateImportsOnFileMove.enabled\": \"always\",\n\"workbench.colorTheme\": \"Moonlight II\",\n\"editor.suggestSelection\": \"first\",\n\"vsintellicode.modify.editor.suggestSelection\": \"automaticallyOverrodeDefaultValue\",\n\"files.exclude\": {\n\"**/.classpath\": true,\n\"**/.project\": true,\n\"**/.settings\": true,\n\"**/.factorypath\": true\n},\n\"java.errors.incompleteClasspath.severity\": \"ignore\",\n\"sync.forceUpload\": true,\n\"prettier.useEditorConfig\": false,\n\"prettier.vueIndentScriptAndStyle\": true,\n\"cSpell.userWords\": [\n\"dayjs\",\n\"flexbox\"\n],\n\"editor.codeActionsOnSave\": {\n\"source.fixAll.eslint\": true\n},\n\"java.semanticHighlighting.enabled\": true,\n\"tabnine.experimentalAutoImports\": true\n}\n```\n\n## License\n\nLicensed under the [MIT](https://github.com/vikrantnegi/vscode-personal-preference-setting/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikrantnegi%2Fvscode-personal-preference-setting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikrantnegi%2Fvscode-personal-preference-setting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikrantnegi%2Fvscode-personal-preference-setting/lists"}