- 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.
推薦閱讀
- Instant Testing with CasperJS
- SOA實踐
- 簡單高效LATEX
- iOS開發實戰:從零基礎到App Store上架
- Python高級機器學習
- 游戲程序設計教程
- Python機器學習算法與實戰
- Mastering JBoss Enterprise Application Platform 7
- .NET 3.5編程
- 低代碼平臺開發實踐:基于React
- Building Machine Learning Systems with Python(Second Edition)
- Statistical Application Development with R and Python(Second Edition)
- Angular應用程序開發指南
- Android Development Tools for Eclipse
- Mastering Embedded Linux Programming