- Table of Contents
- KeiCodeDresser: Visual Studio & VS-Code Theme & Configurations.
- Prerequisites
- Other forewords
- Visual Studio (2022)
- Visual Studio Code/Cursor
- Changelogs
This repository contains a collection of extensions and my personal customized theme I've found useful or created to enhance my coding experience. It's organized by development environment, so you can easily find configurations relevant to your needs.
The base theme profile is one-darker-pro
, but I dislike the use of reds for parameters and keywords.
-
Nerd Fonts
I use the following nerd font from Oh-My-Posh
# using omp oh-my-posh font install
# using homebrew brew tap homebrew/cask-fonts # You only need to do this once! brew search nerd-font # Search for font packages # EXAMPLE: Install the NF version of Fira Code brew install --cask font-fira-code-nerd-font
-
(For Visual Studio section) Extension Manager 2022 Visual Studio Marketplace | Github
- You might want to reset the keybindings or not import the keybindings that are included in the settings files. These are what I remember, not the full extent of my terrorism towards your muscle memory.
- Delete Line (no cut):
shift
+delete
- Renaming symbols/variables:
f2
- Delete Line (no cut):
shift
+delete
- Renaming symbols/variables:
f2
- Build current project
ctrl
+b
- Build entire solution project
ctrl
+alt
+b
- Comment:
ctrl
+/
- Uncomment:
ctrl
+shift
+/
- Peek Inline Definition:
ctrl
+click
- Open Explorer:
ctrl
+;
#I actually don't remember if this was an explicit binding, but I know I do use it and it works. - Code Maid Spade: from
ctrl
+m
+.
toctrl
+'
-
Fetch the extensions from the Visual Studio Folder
-
Find
Extensions
\Import and Export Extensions
\Import Extensions
and import the.vsext
-
Close/Restart your Visual Studio to finish installing the extensions.
-
Fetch the
.vssettings
used from the Visual Studio Folder -
Find
Tools
\Import and Export Settings
-
Follow the import wizard and don't forget to back up your current settings.
-
Update your ClaudiaIDE to set your own wallpapers
This is due to Roslynator. It overwrites some colours, including methods and such to Red. You can override this under the Tools
\ Environment
\ Fonts and Colours
\ Identifier
. You can either keep it as is, or revert it to Automatic
for both the foreground and the background. That should fix it.
All you need to do is to import the .code-profile
in .code-profile. This works on both VSCode and Cursor.
And, that's it!
You may need to disable GPU-Acceleration.
CTRL
+ P
or F1
to pull up the command palette and find the Preferences: Configure Runtime Arguments
Add the following line to argv.json
"disable-hardware-acceleration": true
You can view the changelogs in each respective directory
Afterwords
So which is it, Kei or Nirvaxstiel
Both
You MONSTER, task bar on the top?!11!
Efficient mouse movement I'm too lazy to move my mouse that much.
Ew, VS Code Side bar on the right?
It's only consistent to my Visual Studio. Also, if I could I would move the outline to the left, just like my CodeMaid Spade. I also tend to just keep the explorer pinned and minimised permanent, only ever needing the Outline to be present for easier navigation of the current file structure.