Open
Description
In VSCode, 'Go to Definition' (Ctrl + click on a classname) doesn't work for me; it opens the GenericMarkup.module.less file, and that's it.
tscondig.json
"plugins": [ { "name": "typescript-plugin-css-modules", "options": { "classnameTransform": "camelCaseOnly", "goToDefinition": "enabled", } } ]
Steps to reproduce:
- Open any .tsx file that uses a CSS module.
- Click on a classname imported from the CSS module.
- Observe that it navigates to the incorrect place in the opened file.
Expected behavior:
The CSS module file should open at the correct classname's place.
OS: Windows 11
IDE: VSCode