Love with Visual Studio, but my one opinion is that I always think that my code is not indented properly, since the left edge of the actual editor is a bit far from numbers.
Is there a way to show code folding +/- icons by default? It only shows them if you are hanging over a gutter.
As an aside, if there is a way to change the color of the gutter so that it looks different from the editor?
To change the color of the gutter, you can add the following user parameters:
"workbench.colorCustomizations": { "editorGutter.background": "#abcdef" }
And to display the folded icons:
"editor.showFoldingControls": "always"
, 1.13.
. github, .
, ( , ).
., → → , settings.json,
"editor.renderIndentGuides": true
Source: https://habr.com/ru/post/1675058/More articles:using array_walk_recursive () for stdClass objects - phpUnable to set breakpoints in Angular 2 application in Visual Studio code - google-chromeHow to safely determine the cause of an exception? - pythonhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1675056/how-to-determine-if-zoneddatetime-is-today&usg=ALkJrhgqTRyaYppZl-Dm2gDgTA7mTNljjQПолучение Object.freeze может быть вызвано только для объектов на Android - javascriptEntity Framework Core async / wait deadlock when using a one-to-many relationship and WebApi - c #How to add data filter to my google page title - pythonPostgreSQL Index Index - postgresqlDoc2Vec Cluster Clustering - pythonИщите примеры того, как использовать объект FilterCriteria API Google Таблиц - c#All Articles