Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Clear view indentNew to Visual Studio Code? Get it now.
Clear view indent

Clear view indent

Martin La Regina

|
2,742 installs
| (2) | Free
Clear view of assigned variables, constants and so one. Indent all the selected text to view it clear.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Clear view indent

Visual Studio Marketplace

This extension will help you see the code more clearly. To use it once installed, select the code you wish to enter and then with the key combination "CTRL + Shift + P" type "Clear view indent" and press the Enter key

Before run:

final Actor actor = ModalRoute.of(context).settings.arguments;
final Pelicula pelicula = ModalRoute.of(context).settings.arguments;
final Cines cines = ModalRoute.of(context).settings.arguments;
final Personajes personajes = ModalRoute.of(context).settings.arguments;

After run:

final Actor actor           = ModalRoute.of(context).settings.arguments;
final Pelicula pelicula     = ModalRoute.of(context).settings.arguments;
final Cines cines           = ModalRoute.of(context).settings.arguments;
final Personajes personajes = ModalRoute.of(context).settings.arguments;

Features

What you do is to take the selected text and look for assignments, whether of variables or constants and indent them in a more orderly way for a clearer reading.

Clear View Indent

Requirements

Visual Studio Code

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

This is the first version of the Extension. Over time I will try to improve it and add new features

0.0.1

Initial release of Clear View Indent

0.0.2

Improve performance and fixes

0.0.3

Small fixes

0.0.4

Small fixes

0.0.5

Small fixes

0.0.6

Small fixes

0.0.7

Small fixes

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft