kisstkondoros / codemetrics

VSCode extension which shows the complexity information for TypeScript class members
Other
404 stars 20 forks source link

Fix not work under vue script setup #103

Closed iceprosurface closed 1 year ago

iceprosurface commented 2 years ago

This resolves #102

purefan commented 2 years ago

Subscribing just to see if this project is alive (dont want to spend time on an abandoned project)

kisstkondoros commented 1 year ago

Thanks for opening an issue and providing a potential fix! I appreciate it. I have tested your approach and unfortunately it failed to preserve indexes used by the "jump to" function (extension.ts#L71).