- Switching to Angular(Third Edition)
- Minko Gechev
- 133字
- 2021-07-02 15:23:36
Better support by text editors and IDEs
There are a number of tools, such as Tern, that are trying to bring better autocompletion support for JavaScript in text editors and IDEs. However, as JavaScript is a dynamic language, it is impossible for the IDEs and text editors to make sophisticated suggestions without any metadata. Google Closure Compiler, for instance, uses type annotations provided in the JSDoc in order to provide static typing to the language.
Annotating the code with such metadata is a built-in feature of TypeScript known as type annotations. Based on them, text editors and IDEs can perform a better static analysis on our code. This provides better refactoring tools and autocompletion, which increases our productivity and allows us to make fewer mistakes while writing the source code for our applications.
- C語言程序設計教程
- Objective-C應用開發全程實錄
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Visual Basic程序開發(學習筆記)
- C語言程序設計實訓教程
- PHP 編程從入門到實踐
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Getting Started with Gulp
- Learning Unity 2D Game Development by Example
- Python深度學習:基于TensorFlow
- C# and .NET Core Test Driven Development
- Python程序設計與算法基礎教程(第2版)(微課版)
- 零基礎學C語言程序設計
- 深入理解BootLoader
- SEO教程:搜索引擎優化入門與進階(第3版)