Guía de línea de sangría predeterminada en Visual Studio Code?


¿Hay alguna guía de sangría integrada en Visual Studio Code?

Mi configuración.archivo json actualmente:

{
    "editor.renderWhitespace": true,
    "editor.tabSize": 2,
    "editor.wrappingIndent": "same"
}
Author: Daniel Imms, 2016-03-02

2 answers

Acabamos de lanzar esto en el lanzamiento de junio de 2016 (v1.3.0). Puede activarlo agregando lo siguiente a su archivo settings.json:

"editor.renderIndentGuides": true

Para las guías de sangría más personalizables, necesitará una extensión como Guides.

 103
Author: Daniel Imms,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-12-31 14:18:57

Instale una extensión llamada Guides. ¡Buena suerte!

 4
Author: Kob_24,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-06-09 07:18:47