dunpyl
dunpyl
Wasavi is nearly perfect, except for column mode support, which is very useful when formatting text or code. Are there any plans to support it?
Suppose I have the following code: ```cpp class Foo { void bar() { int qux = 7; } }; ``` If the cursor is on the digit `7`, I'd like...
I installed the plugin via Vundle per the instructions. When I try to highlight the following small snippet: ```cc class Foo { Function(double variable); MyType foo; } ``` It doesn't...