microsoft / vscode-css-languageservice

CSS, LESS & SCSS language service extracted from VSCode to be reused, e.g in the Monaco editor.
MIT License
316 stars 176 forks source link

feat: support `prepareRename`API #302

Closed johnsoncodehk closed 1 year ago

johnsoncodehk commented 1 year ago

Add prepareRenameAPI for support embedded language context.

Without prepareRename:

螢幕截圖 2022-10-20 22 13 38

With prepareRename:

螢幕截圖 2022-10-20 22 13 07
aeschli commented 1 year ago

Thanks @johnsoncodehk !