Sublime Forum

Help finding Linter for C#

#1

I’m new to sublime and am following instructions to install a linter for C#.

The docs say to go to PackageControl > Install Package > type sublimelinter-

There’s a huge list but nothing for C# which makes me think I’d doing this totally wrong.

Any help with finding a C# linter?

Thank you.

0 Likes

#2

A quick search came up with this plugin. It’s not in PackageControl but the linked page shows how to add the github repository to your PackageControl settings so that it will appear there, though.

The page mentions that you need a .NET framework installed (or Mono, if you’re on MacOS/Linux) in order to lint the code, so you need to take care of that first.

0 Likes