How to align C # in Sublime Text 2

I am using SublimeLinter for Python, PHP, etc. and wondered if C # linting / syntax checking is available as a plugin.

If not, what is the best way to do this? I have Visual Studio 2010, so is this an example of a plugin pointing to a validation program, or is it not so simple?

Also, as a bonus, you can evaluate the list of other tools that simplify the development of C # in ST2.

+4
source share
1 answer

Sublime Text 2 already contains code for C # and is well developed. If you need a plugin, you will have to search your forums.

+1
source

All Articles