- 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.
- Java范例大全
- Learning Cython Programming
- Building Modern Web Applications Using Angular
- Learning ArcGIS Pro
- 深度強化學習算法與實踐:基于PyTorch的實現
- The DevOps 2.4 Toolkit
- 零基礎學單片機C語言程序設計
- 零基礎入門學習Python(第2版)
- Active Directory with PowerShell
- 體驗之道:從需求到實踐的用戶體驗實戰
- Mastering Python
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)
- Node.js Web Development
- CISSP in 21 Days(Second Edition)
- JSP編程教程