lmcarreiro / vscode-smart-column-indenter

Visual Studio Code extension that adds support for indenting code into columns, to make the code more beautiful, readable, clear and with fewer lines of code.
MIT License
12 stars 4 forks source link

Use for visual studio community edition #2

Open epicslapper opened 6 years ago

epicslapper commented 6 years ago

Hi , thanks for making this great tool ! Have been doing this manually for years....

I applied the changes in visual studio , however if i open the file in visual studio community edition ,

the smart column indents are not there any more .

Is it possible to make the indents with spaces , so they also remain in other editors ?

or better even , make this tool also available for vs community edition ? thanks ,

Peter

lmcarreiro commented 6 years ago

Sorry for not giving a reply to this issue earlier.

It does indent it with spaces... https://github.com/lmcarreiro/smart-column-indenter/blob/54948a99d9dbcd8d7f78a769558f9c32ab19c840/src/languages/Language.ts#L16

It must be some configuration in your VS Community.

There is an extension for Visual Studio (not Code): https://medium.com/@kudchikarsk/sharp-column-indenter-visual-studio-extension-d167aaddf11f https://marketplace.visualstudio.com/items?itemName=kudchikarsk.sharp-column-indenter