invisalineinvisaline is a VS Code extension that visually aligns multi-line JavaScript and TypeScript template literals to match their surrounding code indentation — without changing your source file.
InstallationFrom the Marketplace
The ProblemWhen writing multi-line template literals, the content is pushed all the way to the left margin of the editor, which can make it hard to read and it just appears messy.
The SolutionInvisaline automatically aligns the content of multi-line template literals with the surrounding code indentation, making it easier to read and more visually consistent. This is purely a visual change and does not modify the source file.
UsageThe extension will automatically activate when you open a JavaScript or
TypeScript file so long as Enable the extensionOpen the command palette ( Disable the extensionOpen the command palette ( ContributingContributions and feedback are welcome! Please open issues or pull requests on GitHub to suggest new features or report bugs. License |