41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
|
|
# My current VSCode Config
|
||
|
|
|
||
|
|
# How to install:
|
||
|
|
Todo
|
||
|
|
|
||
|
|
# Extensions (Install first)
|
||
|
|
|
||
|
|
be5invis.vscode-custom-css
|
||
|
|
dart-code.dart-code
|
||
|
|
dart-code.flutter
|
||
|
|
emeraldwalk.runonsave
|
||
|
|
gruntfuggly.todo-tree
|
||
|
|
jorgeserrano.vscode-csharp-snippets
|
||
|
|
k--kato.docomment
|
||
|
|
kreativ-software.csharpextensions
|
||
|
|
moshfeu.compare-folders
|
||
|
|
ms-dotnettools.csdevkit
|
||
|
|
ms-dotnettools.csharp
|
||
|
|
ms-dotnettools.vscode-dotnet-runtime
|
||
|
|
ms-dotnettools.vscodeintellicode-csharp
|
||
|
|
ms-python.python
|
||
|
|
ms-python.vscode-pylance
|
||
|
|
ms-vscode.hexeditor
|
||
|
|
oracle.oracle-java
|
||
|
|
refgd.easy-compile
|
||
|
|
rust-lang.rust-analyzer
|
||
|
|
usernamehw.errorlens
|
||
|
|
visualstudiotoolsforunity.vstuc
|
||
|
|
yzane.markdown-pdf
|
||
|
|
undefined_publisher.dirlist <- this is my custom extension. You can find it here: https://tea.purpleraingames.de/VSCodeExtensions/SearchOpenOrNear
|
||
|
|
|
||
|
|
|
||
|
|
# Settings
|
||
|
|
Export of my settings can be found in settings.json.
|
||
|
|
|
||
|
|
The default location is: C:\Users\<NAME>\AppData\Roaming\Code\User\settings.json
|
||
|
|
|
||
|
|
# Keybinds
|
||
|
|
Equally as important, the keybinds can be found in keybinds.json
|
||
|
|
|
||
|
|
The default location is: C:\Users\<NAME>\AppData\Roaming\Code\User\keybindings.json
|