-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Rename doesn't keep attribute name in object #85
Comments
Need tsserver log. |
Probably this is just new feature in VSCode. |
I added providePrefixAndSuffixTextForRename: true in configure request and server response changed. Configure
Response from rename is
|
And the fix is
Sorry for not providing proper pull request, npm install is failing on typescript compilation on my computer, just hacking coc-tsserver/lib/index.js. VSCode reference |
When renaming
a
toc
in vim the result is:The same renaming in VSCode behaves correctly, the result is:
The text was updated successfully, but these errors were encountered: