- 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.
推薦閱讀
- 垃圾回收的算法與實(shí)現(xiàn)
- 構(gòu)建移動(dòng)網(wǎng)站與APP:HTML 5移動(dòng)開發(fā)入門與實(shí)戰(zhàn)(跨平臺(tái)移動(dòng)開發(fā)叢書)
- Vue.js 2 and Bootstrap 4 Web Development
- JMeter 性能測(cè)試實(shí)戰(zhàn)(第2版)
- Unity Virtual Reality Projects
- C語言程序設(shè)計(jì)實(shí)訓(xùn)教程
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Python實(shí)現(xiàn)
- 深入淺出DPDK
- Python深度學(xué)習(xí):基于TensorFlow
- Kotlin編程實(shí)戰(zhàn):創(chuàng)建優(yōu)雅、富于表現(xiàn)力和高性能的JVM與Android應(yīng)用程序
- Java Web開發(fā)詳解
- Mastering Python Design Patterns
- PHP 7從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- JSP程序設(shè)計(jì)實(shí)例教程(第2版)
- 從零開始學(xué)UI:概念解析、實(shí)戰(zhàn)提高、突破規(guī)則