- (feat) JSDoc support: Autocompletion, hover info (#572)
- (feat) Improved Pug syntax highlighting (#295, #106)
- (feat) When having a
tsconfig.json
, newly created TS/JS files within project scope are now known directly and not only after a first import to Svelte files (#639) - (fix) Correct rename settings (#640)
- (fix) Relax svelte2tsx typing to prevent "cannot read property
$on
of unknown" errors when using TS and importing untyped library components (85c7e94) - (fix) deal with ranges with swapped start/end (829cf87)
- (fix) Bump HTML language service, removes duplicated autocompletion suggestions and improves parsing (#547)