Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronilaukkarinen/vscode-settings
Superior power-charged settings for Visual Studio Code editor. 🚀
https://github.com/ronilaukkarinen/vscode-settings
visual-studio-code vscode vscode-settings vscode-theme
Last synced: 2 months ago
JSON representation
Superior power-charged settings for Visual Studio Code editor. 🚀
- Host: GitHub
- URL: https://github.com/ronilaukkarinen/vscode-settings
- Owner: ronilaukkarinen
- Created: 2020-05-05T13:16:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T16:01:59.000Z (8 months ago)
- Last Synced: 2024-10-09T11:09:06.853Z (2 months ago)
- Topics: visual-studio-code, vscode, vscode-settings, vscode-theme
- Language: CSS
- Homepage:
- Size: 231 MB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 The ultimate Visual Studio Code setup
This repository contains a Visual Studio Code settings and theme.
Used when coding [Digitoimisto Dude Oy's Projects](https://github.com/digitoimistodude).**Strongly WIP.**
**Updates regurarly.**
**Aims to be minimal and usable.**## Features
**🎨 Beautiful** - I'm a highly visual perfectionist-person so and that means my editor must look perfectly minimal, distract-free and beautiful. There are not a lot themes out there that please me, so I decided to build my own.
**🧠 Useful extensions** - Contains lots of extensions that will not slow down VSCode. Browse extensions [here](#extensions).
**✂ Snippets** - Useful snippets like `media + tab` for media queries. Browse snippets [here](https://github.com/ronilaukkarinen/vscode-settings/tree/master/snippets).
**⌨ Key bindings** - Useful keybindings for different kind of tasks. Browse keybindings [here](https://github.com/ronilaukkarinen/vscode-settings/blob/master/keybindings.json).
**⚡ Fast** - VSCode has not always been the fastest but I select my extensions wisely. No excessive extensions that don't get updated.**👨💻 Customizable** - Feel free to fork this repository and modify settings to your liking. Let me know what you have done!
## Installation & usage
1. Install [Visual Studio Code](https://code.visualstudio.com/) or [Visual Studio Code Insiders](https://code.visualstudio.com/insiders/)
2. Get [Ligaturized version of SFMono font](https://github.com/lemeb/a-better-ligaturizer/blob/master/output-fonts/SFMono.ttf) and [Liga SFMono Nerd Font](https://github.com/shaunsingh/SFMono-Nerd-Font-Ligaturized) (works for iTerm2 as well)
3. Open Visual Studio Code and press ⌘ + ⇧ + P (or ctrl + ⇧ + P on Windows system) and select `Preferences: Open User Settings (JSON)`
4. Copy [settings.json](https://raw.githubusercontent.com/ronilaukkarinen/vscode-settings/master/settings.json) of this repository and paste it to your settings.json (if you have made settings in this point, backup them, or cherry pick the preferred settings from this repo).
5. Find all `rolle` from [settings.json](https://raw.githubusercontent.com/ronilaukkarinen/vscode-settings/master/settings.json) and replace with your username (or fix paths if you are on different systems than macOS). Save and restart VSCode when asked.
6. Remove possible leftover API keys or stuff that you don't want to use. (In short: Tweak to your likings, if you want to)
7. Install all [extensions from below](https://github.com/ronilaukkarinen/vscode-settings#extensions)## Extensions
**You can decide which ones you want to install but I recommend to install them all to get the best experience. These extensions are carefully selected and fully supported by my VSCode settings.json already.**
[![dotnev](https://user-images.githubusercontent.com/1534150/169011125-f44eb153-618f-4cda-af12-36a6e129b9c6.jpg)](https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv) [![draculasoft](https://user-images.githubusercontent.com/1534150/169011196-483d7b2b-7019-457a-82f4-5bfa39dc0445.jpg)](https://marketplace.visualstudio.com/items?itemName=yomed.theme-dracula-soft) [![editorconfig](https://user-images.githubusercontent.com/1534150/169011405-e3d8c3ac-5fd5-4073-9c02-90d87d3d293b.jpg)](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) [![errorlens](https://user-images.githubusercontent.com/1534150/169011505-7cd30b14-c71f-472e-9bc8-e9be21e3cc79.jpg)](https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens) [![eslint](https://user-images.githubusercontent.com/1534150/169011658-3c306ae4-c6e3-4c8f-9de2-40841f0424c9.jpg)](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) [![copilot](https://user-images.githubusercontent.com/1534150/169012224-d246cdf9-71a5-41c0-b436-7a95773837ba.jpg)](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) [![gitlens](https://user-images.githubusercontent.com/1534150/169012292-feb5921d-943f-46d9-bd77-c1b3ee8324bf.jpg)](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) [![gremlins](https://user-images.githubusercontent.com/1534150/169012379-a1590bf1-2027-42d9-8783-d53cffa2d513.jpg)](https://marketplace.visualstudio.com/items?itemName=nhoizey.gremlins) [![helium](https://user-images.githubusercontent.com/1534150/169012440-8db77f09-662b-4aac-8883-ab40c8e093b6.jpg)](https://marketplace.visualstudio.com/items?itemName=helgardrichard.helium-icon-theme) [![highlight matching tag](https://user-images.githubusercontent.com/1534150/169012659-af3e5ee5-b7cf-4c5a-b0c2-a3563c2e5fd3.jpg)](https://marketplace.visualstudio.com/items?itemName=vincaslt.highlight-matching-tag) [![htmlcss](https://user-images.githubusercontent.com/1534150/169012766-49cb2677-6759-4694-8e55-9cd2e9272e40.jpg)](https://marketplace.visualstudio.com/items?itemName=ecmel.vscode-html-css) [![namethat](https://user-images.githubusercontent.com/1534150/169012864-3474d873-31d6-485b-a908-45d55181e1d1.jpg)](https://marketplace.visualstudio.com/items?itemName=guillaumedoutriaux.name-that-color) [![phpcs](https://user-images.githubusercontent.com/1534150/169013048-2df3535f-a5d7-4b8a-9875-feb2094a6f5e.jpg)](https://marketplace.visualstudio.com/items?itemName=shevaua.phpcs) [![projectmanager](https://user-images.githubusercontent.com/1534150/169013150-656e4aec-8c83-4439-8694-8f69713ff4d1.jpg)](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager) [![scssintellisense](https://user-images.githubusercontent.com/1534150/169013301-71be361e-f8dd-4016-b618-fa4bbba8d692.jpg)](https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-scss) [![stylefmt](https://user-images.githubusercontent.com/1534150/169013438-aa324da1-8520-4349-91d2-a868988dc812.jpg)](https://marketplace.visualstudio.com/items?itemName=ronilaukkarinen.vscode-stylefmt) [![stylelint](https://user-images.githubusercontent.com/1534150/169013559-571915dd-ddf8-49d3-9ca1-cbb4d77156e3.jpg)](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint) [![sublimekeymaps](https://user-images.githubusercontent.com/1534150/169013691-30ccd503-59ad-4def-bb3d-70c5043e89ee.jpg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings) [![svgo](https://user-images.githubusercontent.com/1534150/169013778-6d87922d-63eb-4615-894e-e789e983d1a0.jpg)](https://marketplace.visualstudio.com/items?itemName=1000ch.svgo) [![scss-language-improvements](https://user-images.githubusercontent.com/1534150/169248621-123544ed-f941-4d0f-826c-c1efd62fcc8a.png)](https://marketplace.visualstudio.com/items?itemName=ronilaukkarinen.scss-language-improvements) [![Untitled-5](https://user-images.githubusercontent.com/1534150/170866383-45b0ffb8-b555-412d-b48f-2c7e324e533f.jpg)](https://marketplace.visualstudio.com/items?itemName=vunguyentuan.vscode-css-variables) [![image](https://user-images.githubusercontent.com/1534150/193775339-6aebd2e4-9581-40f5-891f-38043f4a85ac.png)](https://marketplace.visualstudio.com/items?itemName=SolomonRosemite.lsp-todo) [![prettier](https://user-images.githubusercontent.com/1534150/219147470-d8b4bd27-9e85-446f-a5e9-b5a792d3ea8d.png)](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Optional extensions (fully personal preference)
These extensions are not related to my settings so you can choose whether you want to install them or not.
[![custom](https://user-images.githubusercontent.com/1534150/169010107-47b0a358-7107-4097-b152-ee3c0676aec2.jpg)](https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css) [![fixchecksums](https://user-images.githubusercontent.com/1534150/169012114-32d71a14-45d3-446c-944f-727f468cbbbc.jpg)](https://marketplace.visualstudio.com/items?itemName=lehni.vscode-fix-checksums)
## Interface
### GitHub Purple + Sweet icons
Recommended install: [Github Purple](https://marketplace.visualstudio.com/items?itemName=4a454646.github-purple) + [Sweet vscode Icons](https://marketplace.visualstudio.com/items?itemName=EliverLara.sweet-vscode-icons) to get this look:
![Screen-Shot-2023-04-03-11-10-24 05](https://user-images.githubusercontent.com/1534150/229450660-3a8c26e6-2382-4f4a-bf66-560edd54edd4.png)
### Dark neon dracula spacegray theme
My "theme" is my own mix of Spacegray, Synthwave '84 and Dracula. Color overrides are achieved via settings.json so no actual theme extension is needed.
To achieve this, [include these to your settings.json](https://github.com/ronilaukkarinen/vscode-settings/blob/57549e1214e15e4529e690069f32ac57a234e04f/settings.json#L509-L844). Then:
1. Press ⌘ + ⇧ + P (or ctrl + ⇧ + P on Windows system) and select `Enable Custom CSS and JS`, restart VSCode
2. Press ⌘ + ⇧ + P (or ctrl + ⇧ + P on Windows system) and select `Fix Checksums: Apply`, restart VSCode by pressing ⌘ + Q and reopen VSCode. You'll need to do this each time VSCode updates (you'll see when the font sizes change)![Screen-Shot-2022-05-18-12-24-18 07](https://user-images.githubusercontent.com/1534150/169008168-ce74d88f-21fe-4b46-8896-912e1b9bc62a.png)
## Add colored icons
Change these to settings.json:
```json
"helium-icon-theme.saturation": 1,
"helium-icon-theme.opacity": 1,
```Then ⌘ + ⇧ + P and select `Preferences: File Icon Theme`, select any other than Helium. After this re-activate Helium icons.
## Disable CSS customizations
If you don't want to use CSS customizations, everything may look a big big and clumsy. You'll fix this by changing font/UI size settings to this:
```json
"editor.lineHeight": 24,
"window.zoomLevel": 0.4,
"editor.fontSize": 14,
```## Keymaps
If you want to import your Sublime Keymaps, [go through this documentation](https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings).
## Windows 10-11 support
If you use Windows you need a bat file for executables, see [this](https://github.com/microsoft/vscode/issues/22391#issuecomment-310593201) and [this](https://www.reddit.com/r/bashonubuntuonwindows/comments/77idb8/where_is_the_executable_for_the_new_wsl_ubuntu_in/donn90c/?utm_source=reddit&utm_medium=web2x&context=3). Get my bat files from [vscode-windows-helpers](https://github.com/ronilaukkarinen/vscode-windows-helpers).