What exactly is Visual Studio Code?

后端 未结 9 1230
悲哀的现实
悲哀的现实 2021-01-03 17:50

Recently I\'ve read about Microsoft Visual Studio Code. I work primarily with C and C++ languages on GNU/Linux. My question is whether Visual Studio Code is just a simple ed

9条回答
  •  悲&欢浪女
    2021-01-03 17:58

    It is more of a simple code editor than an IDE and it's primary focus is editing web code (Html, Javascript, CSS), TypeScript, and C#. It provides advanced 'IDE like' features for these languages, but more basic features for other languages (syntax highlighting).

    Also, see What is the Visual Studio Code editor built on

提交回复
热议问题