c++ - Are there any Visual Studio add-ins for true 'smart tabs'? -
'smart tabs' concept allows automatically insert tab character block indentation , space characters in-block formatting. it's described here. unfortunately, visual studio's 'smart tabs' option in text editor settings indents text on enter press. same name, different , near useless thing :). so, maybe knows of visual studio addin can change how 'tab' key work insert tab characters , space characters according rules mentioned above? hints welcome.
update: need c++. according comments, resharper can this, basic , c#.
if no 1 comes "as-you-type" utility, astyle convert-tabs
, indent=tab
options reformat code after-the-fact.
Comments
Post a Comment