Skip to content

Commit bddf9f6

Browse files
authored
day 17 (#1033)
1 parent aa7e00e commit bddf9f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apps/svelte.dev/content/blog/2024-12-01-advent-of-svelte.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,13 @@ npx sv migrate app-state
134134
- [docs](/docs/kit/$app-state)
135135
- [tutorial](/tutorial/kit/page-state)
136136

137-
## Day 17
137+
## Day 17: better IntelliSense
138138

139-
Coming soon!
139+
The parser used by the language tools that power things like the [Svelte for VS Code](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) extension is the same one used by the Svelte compiler. Until today, it would fail if it encountered a syntax error, making it hard to provide things like autocomplete while you were in the middle of writing code.
140+
141+
We just fixed that. Install the latest version of Svelte in your project, make sure your extensions are up to date, and feel the wind in your hair as you write your components.
142+
143+
- [demo video](https://bsky.app/profile/svelte.dev/post/3ldjajjbkwc2n)
140144

141145
## Day 18
142146

0 commit comments

Comments
 (0)