How to modify “go to declaration” behaviour in WebStorm?
When I Ctrl-Click (“go to declaration” action) on *.module.scss
files WebStorm opens *.module.scss.d.ts
instead. How to make WebStorm open *.module.scss
itself instead of its declaration?
How to modify “go to declaration” behaviour in WebStorm?
When I Ctrl-Click (“go to declaration” action) on *.module.scss
files WebStorm opens *.module.scss.d.ts
instead. How to make WebStorm open *.module.scss
itself instead of its declaration?