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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -