vscode-stretchy-spaces
vscode-stretchy-spaces copied to clipboard
An extension for vscode that allows you to change the width of indentation spaces.
I'm on the version in the screenshot below and enabling stretchy spaces doesn't do anything atm. I really need this extension to work as 2 spaces is too narrow for...
So the intended behavior is that only the leading spaces on a line, the ones that signify an indentation should stretch, and the rest of the line should remain formatted...
I'm putting together a README.md with a column-aligned graph describing the tech stack, something like this: ``` - GoLang (backend) - Gin - Web framework - Gorilla - Websocket toolkit...
 The bars still appear as if the indentation was actually two spaces
For code like this: ``` doTheThing() { callFunction(argument_the_first, argument_the_second, "the third argument goes here") } ``` Stretchy spaces will render as: ``` doTheThing() { callFunction(argument_the_first, argument_the_second, "the third argument goes...
I just switched to trying out `onivim2` IDE, which uses openvsx as it's vscode addon store. Have you considered publishing related files hopper to it? I really miss it as...
I'm using the following settings: ```json "editor.fontFamily": "Arial", "editor.renderWhitespace": "selection", "stretchySpaces.targetIndentation": 6, ``` To reproduce, just make a selection. The "whitespace character" (the dot that's used to indicate a space)...
It'd be nice to know what similar packages are offered for other editors, Sublime Text for instance ...
No issue, just wanted to say thank you for creating this! Would have/will gladly donate money to this project!
First I would like to say thank you so much for this extension. This is one of my most favorite extensions in any IDE ever! I have 3 bug fixes...