appendix F. VS Code
VS Code (https://code.visualstudio.com/) is a popular, open source code editor from Microsoft that is highly customizable. It supports many programming languages and provides syntax highlighting, error detection, and code formatting. It also has great Git integration, which makes it easy to check out a branch, see at a glance the current branch name, see a list of files that have been modified, see side-by-side diffs, commit changes, and push them. If you are not currently using VS Code for your Svelte and Sapper projects, you really should give it a try!
There are currently three popular Svelte-related VS Code extensions:
-
Svelte for VS Code
-
Svelte Intellisense
-
Svelte 3 Snippets
We will look at how to configure and ...
Get Svelte and Sapper in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.