Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I listen to the click event on token in the editor? #883

Closed
baspinarenes opened this issue Jun 24, 2023 · 2 comments
Closed

How do I listen to the click event on token in the editor? #883

baspinarenes opened this issue Jun 24, 2023 · 2 comments
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@baspinarenes
Copy link

Hi. I have a custom JSON file in my project and suppose it is like below:

{
  "files": ["file1", "file2", ...]
}

I want to open the file when i use CMD + Click on the file names in this file. Just like when I click on the path in the import statement, it redirects to the module. But how do I listen to the click event and add underline style? Is it possible?

@baspinarenes baspinarenes changed the title How do I listen to the click event on tokens in the editor? How do I listen to the click event on token in the editor? Jun 24, 2023
@mjbvz mjbvz added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Jun 26, 2023
@AR3as

This comment was marked as spam.

@mjbvz mjbvz added *question Issue represents a question, should be posted to StackOverflow (VS Code) and removed *question Issue represents a question, should be posted to StackOverflow (VS Code) labels Oct 2, 2023
@vscodenpa
Copy link
Collaborator

Please ask your question on StackOverflow. We have a great community over there. They have already answered thousands of questions and are happy to answer yours as well. See also our issue reporting guidelines.

Happy Coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

4 participants