-
-
Notifications
You must be signed in to change notification settings - Fork 597
Open
Description
- I have searched through existing issues
Feature Request
There are three main issues.
- TypeScript language service is slow when sometimes.
- Many features need to be based on TypeScript language service. Like:
<script setup>
, ref sugar. - We can't detect updating files in
node_modules
.
Expected improvement:
- Only necessary updates Remove LanguageModelCache and improve TextDocument change #2800
- Design built-in plugins
- Transform any to TS file
- sourcemap (text -> TS & text <- TS)
- Refactor the internal structure
- detect
node_modules
changed.
kytosai, F0rsaken, wenfangdu and dorian-marchalkytosai, arpadgabor, F0rsaken and Shakuray