Sublime Text: How to recognize (and highlight) C# .NET Classes, Methods, and Property names? -
i use sublime text more light c# coding; however, prefer sublime text identify .net classes, methods, , property names; and, use colors custom color scheme to highlight them.
i installed "c# compile , run" "completion"; however, didn't make difference. i'm hoping can point me addon add enhancement.
i don't program in c#, can't speak personal experience, quick google search turned csharp-tmbundle
, language definition textmate should work sublime text. go packages
folder on command line (%appdata%\sublime text x\packages
x
either 2
or 3
) , run
git clone https://github.com/wintermi/csharp-tmbundle.git c#
and should have c#
option in view -> syntax
menu, syntax menu accessible via far right option in status bar. determining scopes active under cursor, highly recommend scopealways
plugin available via package control.
good luck!
Comments
Post a Comment