文件名称:sublime 3 C#编译环境配置
文件大小:17KB
文件格式:ZIP
更新时间:2018-09-29 07:19:48
sumlime C# 环境配置
有时候我们需要编写一些小的代码片段时,在Visual Studio中创建一个工程就显得有点杀鸡用牛刀的感觉了,所有说对于一个程序员来说一款轻巧的代码编辑器还是很有必要的。原来我用的主要的Notepad++,直到发现了Sublime Text 2之后,这是一款非常优秀的编辑器,用ST2写代码有种非常流畅的感觉,就像是原来刚使用Chrome浏览器的时候(不过现在已经越来越笨重了),ST2是收费软件,但是可以无限试用的,现在已经出了ST3了,不过还是测试版。同时ST2具有很强的扩展性,有很多的插件可供使用。ST2支持多种编程语言,不过对C#的支持不是太好,想要作为一款C#代码编辑器还需要自己手动改造一番。
【文件预览】:
C#
----foreach.sublime-snippet(191B)
----switch.sublime-snippet(175B)
----interface.sublime-snippet(201B)
----static.sublime-snippet(163B)
----private.sublime-snippet(165B)
----if.sublime-snippet(167B)
----Comments.tmPreferences(812B)
----namespace.sublime-snippet(169B)
----Comments.tmPreferences.cache(198B)
----class.sublime-snippet(193B)
----System_Text.sublime-snippet(173B)
----for.sublime-snippet(178B)
----Build.tmLanguage.cache(585B)
----System_Net.sublime-snippet(171B)
----case.sublime-snippet(171B)
----test.sublime-snippet(188B)
----method.sublime-snippet(189B)
----catch.sublime-snippet(192B)
----Build.tmLanguage(3KB)
----while.sublime-snippet(173B)
----System.Linq.sublime-snippet(173B)
----constant-string.sublime-snippet(212B)
----throw.sublime-snippet(163B)
----using.sublime-snippet(161B)
----System_Collections_Generic.sublime-snippet(205B)
----C#.tmLanguage(13KB)
----C#.tmLanguage.cache(2KB)
----break.sublime-snippet(162B)
----method-(main).sublime-snippet(211B)
----constant.sublime-snippet(207B)
----else-if.sublime-snippet(179B)
----return.sublime-snippet(163B)
----System_Reflection.sublime-snippet(185B)
----System_IO.sublime-snippet(169B)
----default.sublime-snippet(169B)
----abstract.sublime-snippet(167B)
----public.sublime-snippet(163B)
----Write.sublime-snippet(174B)
----protected.sublime-snippet(170B)
----WriteLine.sublime-snippet(183B)
参考.txt