- ASP.NET Core 2 High Performance(Second Edition)
- James Singleton
- 126字
- 2021-07-08 09:39:06
Visual Studio Code
Visual Studio Code runs on Windows, Mac, and Linux. VS Code is more of a text editor than an IDE, but it is a very capable one, and it blurs the line between the editor and full IDE. It supports IntelliSense code completion, building your code, and debugging your app.
It is built using web technologies (TypeScript in particular) and runs in a standalone web browser based app hosting environment. However, it is much quicker than similar Electron desktop apps, such as Atom or Slack. The same engine is used in the Azure web interface for editing code there.
To deal with huge data files, it is better to stick to a native text editor, for example, Notepad++ (on Windows) or Sublime Text.
推薦閱讀
- Photoshop智能手機APP UI設計之道
- iOS應用逆向工程(第2版)
- Clojure Reactive Programming
- Python High Performance Programming
- 0 bug:C/C++商用工程之道
- Swift 4 Protocol-Oriented Programming(Third Edition)
- Python語言科研繪圖與學術圖表繪制從入門到精通
- 大學計算機基礎
- PyQt編程快速上手
- 征服C指針(第2版)
- Offer來了:Java面試核心知識點精講(框架篇)
- MATLAB/Simulink與過程控制系統仿真
- 跟著迪哥學Python數據分析與機器學習實戰
- HTML 5+CSS 3+jQuery Mobile移動網站與APP開發實戰
- Arduino Computer Vision Programming