20Tauri
20Tauri
Tabs in a comment are converted to spaces when the comment is updated (only tabs used for indentation are preserved). But your need is probably related to the `preferred_tabs_sizes` setting....
True tabs (in the editor's meaning) at the beginning of the line are accepted. Not in a docblock (as you expect) "Tabs" behave has "rulers". The fist tab add up...
Thank you for reporting It's a known problem Alt+Q use SublimeText grammar to detect the nearest entity and unfortunatly the scope is `source.c++ meta.class.c++ meta.block.c++`. So no way to be...
It's currently not possible to change this per language. But, you can change overload the "JsDoc" entry in "doc_styles" settings... Unfortunatly, you will have to replace "\t" with " "...
`preferred_comments_styles ` is an exception in this context.
Note that `preferred_comments_styles` is extended, not overridden. But I reopen this issue (with 'enhancement' mark)', and will consider to make overridable parameter in this section - on a side, your...
Thank you for the idea, - Do you expect a new command for that ? Should probably be only available from the palette or when cursor in on `@{ -...
Thank you for the suggestion The [settings section](http://20tauri.free.fr/DoxyDoxygen/v2/page_customization.php#settings) of the documentation explains the format (expand the settings for more details) It's not easy to understand, because the format have changed...
Thanks for the suggestion It's a shared need ! DoxyDoxygen is written in Python and designed to have low dependency over SublimeText. But, that not mean that VisualStudio integration will...
First evaluation: - "KeyFilter, TextView, Caret" is nearly all I need to provide a basic support - Visual Studio API use C#: PTVS not seem to help, but IronPython or...