AlwaysAlignedVS
AlwaysAlignedVS copied to clipboard
Elastic tabstops for Visual Studio
I find this extension very useful for dealing with TSV data files (tab-separated value) in the Visual Studio editor, but don't really want it making changes to my C# code...
Hi Nick, Two brief questions/requests: a) how to install (for dummies) b) why is it not showing in the VS Marketplace (https://marketplace.visualstudio.com/) Thanks! PS: https://docs.microsoft.com/en-us/visualstudio/extensibility/walkthrough-publishing-a-visual-studio-extension?view=vs-2019
I increased the version in extension.vsixmanifest but not enough. > VS Community 2019 > This extension cannot be installed to this product due to prerequisites that cannot be resolved.
I put up a pull request here: https://github.com/nickgravgaard/AlwaysAlignedVS/pull/12 For everyone not being patient enough - here is an intermediate binary release: https://github.com/MarcKamradt/AlwaysAlignedVS/releases/tag/2019.0.0
Would it be difficult to make this work so that the lines following the first line of a multi-line interpolated strings start at the same position as the first character...
Monaco?
Sorry if this is a stupid question, I only know that Monaco is related to VSC; I'm not familiar with how the plugins work for VS / VSC / Monaco....
Are there similar projects to be used to have this on PhpStorm for example?
Having the extension active, for some reason, interferes with SSDT's queries. To reproduce: 1. Install Always Aligned v2017.0.0 2. Open Visual Studio 3. Open a New Query (Tools > SQL...
The plugin is really nice, but it makes typing really laggy. Is there any way to improve performance? Perhaps an option where auto-adjusting could be done manually instead of every...
Using release https://github.com/nickgravgaard/AlwaysAlignedVS/releases/tag/2017.0.0 I assume that VisualStudio 2015 isn't supported, but it's not mentioned in the docs. This extension works like a charm on VS2017, but under 2015 it shows...