You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here on the image, the template is in HTML and the same template in pug.
The ProgressBar tag in the HTML template is ctrl-clickable and it is highlighted with green text color.
By ctrl-clicking on it I can open the file, in which the ProgressBar component is defined.
The same tag in the pug template is not ctrl-clickable and has a blue color.
The text was updated successfully, but these errors were encountered:
Hello @yoyo930021, I've created a PR implementing this feature.
Found out that the green coloring is not associated with the findDefinition and is implemented via TextMate grammars, so it looks like it should be implemented in a separate PR.
Feature Request
Here on the image, the template is in HTML and the same template in pug.
The
ProgressBar
tag in the HTML template is ctrl-clickable and it is highlighted with green text color.By ctrl-clicking on it I can open the file, in which the ProgressBar component is defined.
The same tag in the pug template is not ctrl-clickable and has a blue color.
The text was updated successfully, but these errors were encountered: