Skip to content

Instantly share code, notes, and snippets.

@morphIsmail
Last active June 25, 2023 21:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morphIsmail/8d091a5a7264e39703b1acd9b7b0d4eb to your computer and use it in GitHub Desktop.
Save morphIsmail/8d091a5a7264e39703b1acd9b7b0d4eb to your computer and use it in GitHub Desktop.
Настройки для VS Code
{
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 18,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"files.autoSave": "onFocusChange",
"vs-html-to-css.append": " {\n\n}\n",
"workbench.startupEditor": "none",
"editor.tabSize": 2,
"git.autofetch": true,
"workbench.colorTheme": "Dracula",
"editor.wordWrap": "on",
"editor.bracketPairColorization.enabled": true,
}
@morphIsmail
Copy link
Author

morphIsmail commented Sep 15, 2021

Extensions:

  1. Auto Rename Tag - Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
  2. Dracula Official - A dark theme for Visual Studio Code.
  3. Git Graph - View a Git Graph of your repository, and easily perform Git actions from the graph. Configurable to look the way you want!
  4. Live Server - Launch a development local Server with live reload feature for static & dynamic pages
  5. Markdown All in One - All you need for Markdown (keyboard shortcuts, table of contents, auto preview and more).
  6. Material Icon Theme - Material Design Icons for Visual Studio Code.
  7. One Monokai Theme - A cross between Monokai and One Dark theme
  8. VS HTML to CSS - Generate CSS classes from HTML structure
  9. CodeSnap - Take beautiful screenshots of your code in VS Code!
  10. Color Highlight - This extension styles css/web colors found in your document.
  11. Indent-Rainbow - A simple extension to make indentation more readable.
  12. SQLite - VSCode extension to explore and query SQLite databases.
  13. Sublime Text 4 Theme - New default dark theme from Sublime Text 4!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment