Are there any reasons why a C# developer should learn Emacs/Vim?

前端 未结 19 1052
南旧
南旧 2021-02-01 04:27

I work as a c# developer in a purely Microsoft shop.

I recently started teaching myself assembly using gas and Linux in my free time away from work. I like messing a

19条回答
  •  我在风中等你
    2021-02-01 04:46

    I was hardcore user of VIM and also developed intellisense for C# (http://insenvim.sourceforge.net/).. but with latest language changes i cannot avoid using Visual Studio. But many time look back using VIM is for simplicity reasons. Visual Studio takes lot of memory and start-up time is very huge. Even to read a file or do simple things it require quite a few minutes. But with it is so easy to open a file and navigate. I might port VIM intellisense to C# 3.0.

提交回复
热议问题