-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Types not updated after editing #91
Comments
That's due to missing support for For now, the workaround is to restart the servers using command pallette or restart ST. |
BTW. It works for |
@rchl I see - that is a shame. I could not find any information regarding when that feature will be supported. Do you know anything? I am running the ST4 dev build, and it doesn't work either for that version. |
It depends on this feature request - sublimehq/sublime_text#2669 There is no timeline for when this (or any other) feature will be implemented but ST devs were pretty good at accommodating LSP latety so if not for the next major release then hopefully after that. (Feel free to "thumbs up" that feature request to show that there is interest) |
We can keep this open since even once the feature is implemented, this plugin will need to be changed to register the watchers. |
Any news on this? Really enjoying speed of Sublime4 + LSP + vue :) |
I will soon release an "addon" package that will add this functionality through third-party file-watcher - sublimelsp/LSP-file-watcher-chokidar#1 Probably in few days. |
Implemented through https://packagecontrol.io/packages/LSP-file-watcher-chokidar That package needs to be installed in addition to LSP and LSP-vue. |
Can this be now closed? |
I installed the latest lsp-vue and lsp packages and typescript (with the lsp-typescript package).
When I have a
.vue
file open, and that file is using an external class, and I go to the external class and edit a method, for example the required paramters, and go back to my.vue
file it's not updated with the new parameters for that method. I have to either:.vue
file andRestart LSP Servers
and then open the file again.It is working just fine in regular
.ts
files, but for.vue
files it is like theLSP
is not updating.The text was updated successfully, but these errors were encountered: