Tried to adjust the regex in getClassNameAtPosition.ts
in line 15 and 24 with the following pattern ...
(\bclass(Name)?=[`'"][^`'"]+)|(\btw([.a-zA-Z]*)?[`'"][^`'"]+)
...but the search logic is obviously more sophisticated, so that didn't work.
Any suggestions?
Tried to adjust the regex in getClassNameAtPosition.ts
in line 15 and 24 with the following pattern ...
...but the search logic is obviously more sophisticated, so that didn't work.
Any suggestions?