volarjs / volar.js

💙🌊
https://volarjs.dev/
MIT License
963 stars 47 forks source link

Deprecate `resolveRenameNewName`, `resolveRenameEditText` hooks #176

Open johnsoncodehk opened 4 months ago

johnsoncodehk commented 4 months ago

The findRenameLocations API of TS LanguageService does not support modifying rename text. For the functional consistency between TS plugin and LSP server, we should no longer use these hooks.