- Developing Multi:Platform Apps with Visual Studio Code
- Ovais Mehboob Ahmed Khan Khusro Habib Chris Dias
- 226字
- 2021-06-11 18:23:24
Chapter 2:Extensions in Visual Studio Code
Visual Studio Code (VS Code) is one of the most popular advanced editors in the industry and is used by many developers. One of the key features of VS Code is extensions. With extensions, any developer of any platform can use VS Code with any language and framework to develop any kind of application. You can install any extension from VS Code's extension gallery in your editor and use it to perform the desired operation.
There are various extensions available that are categorized under the labels Azure, Debuggers, Formatters, Keymaps, Language Packs, Programming Languages, Themes, and many more. You can add these extensions to enable extensibility in VS Code and use the features to make developer experience better. In addition, you can also write your own extensions for specific scenarios and share them in the marketplace so they can be used by other developers around the globe.
This extensibility and complaisance make VS Code one of the most powerful editors in the industry. In this chapter, we'll learn how to install and configure extensions and extension filters and will look at the various extensions that can be used to improve the productivity of developers.
Here are the following main topics that we will cover:
- Managing and configuring extensions
- Extension filters
- Client-side framework extensions
- Visual adjustment extensions
- Productivity extensions
- Unity 2020 By Example
- Web應用系統開發實踐(C#)
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- 密碼學原理與Java實現
- C語言程序設計習題解析與上機指導(第4版)
- RTC程序設計:實時音視頻權威指南
- 營銷數據科學:用R和Python進行預測分析的建模技術
- 數據結構(Python語言描述)(第2版)
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Spring Boot企業級項目開發實戰
- C語言課程設計
- Swift 4 Protocol-Oriented Programming(Third Edition)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- C#程序設計(項目教學版)
- MyBatis 3源碼深度解析