accountinggre.blogg.se

Visual studio code auto indent
Visual studio code auto indent










Notice: Defining both includedLanguages and excludedLanguages does not make much sense.

visual studio code auto indent

"indentRainbow.updateDelay": 100 // 10 makes it super fast but may cost more resources The delay in ms until the editor gets updated. For which languages indent-rainbow should be deactivated (if empty it means none). "indentRainbow.includedLanguages": // for example ConfigurationĪlthough you can use it as it is, there is the possibility to configure some aspects of the extension: // For which languages indent-rainbow should be activated (if empty it means all). The visualization can help to find problems with the indentation in some situations. In addition, it visibly marks lines where the indentation is not a multiple of the tab size. It uses the current editor window tab size and can handle mixed tab + spaces (not recommended). Get it here: Visual Studio Code Marketplace Note: This will also work with vscode-web (v) since version 8.0.0. Some may find it helpful in writing code for Python, Nim, Yaml, and probably even filetypes that are not indentation dependent. This extension colorizes the indentation in front of your text, alternating four different colors on each step. If you use this plugin a lot, please consider a donation:

visual studio code auto indent

Indent-Rainbow A simple extension to make indentation more readable












Visual studio code auto indent