Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 3.54 KB

File metadata and controls

32 lines (20 loc) · 3.54 KB

JavaScript / TypeScript Editing Extension Pack

Six extensions that improve the JavaScript & TypeScript editing experience in Visual Studio Code. Learn more in this blog post.

GitHub Copilot Example

GitHub Copilot suggests code completions for your current editor position. The suggestions it generates range from short statement completion to full functions and classes.

Prettier Logo

Prettier is an opinionated code formatter that many JavaScript and TypeScript projects use. It can format JavaScript, TypeScript, JSON, HTML, JSX (React), CSS, and more.

quick-lint-js example

quick-lint-js is an excellent alternative to ESLint when you primarily want to check for code correctness. It provides a fixed set of rules for TypeScript and JavaScript and is extremely fast.

Code Spell Checker example

Code Spell Checker helps you spot and correct typos early.

P42 JS Assistant example

P42 JS Assistant provides automated code actions and suggests refactorings that make your code more readable and modern.

Error Lens example

Error Lens shows the diagnostic messages on the same line in the editor, saving you time and keeping you in the flow.