Tagged with C

C# and VIM

Let’s explore some of the tweaks to improve C# experience in Vim. All of the tips in this article can be applied to .Net Framework/Windows and Mono/Linux combination. Code folding The default syntax mode code folding doesn’t play well with C#. It allows folding of only the code between the #region tags. Alternatively we can … Continue reading »