0

E.g. below is in VS code terminal, how can I open the EditDialog.js without typing. I recalled I was able to click the line itself, but now failed

[1] ./src/models/document/EditDialog.js
[1]   Line 2:8:    'Typography' is defined but never used             no-unused-vars
[1]   Line 3:8:    'Button' is defined but never used                 no-unused-vars
[1]   Line 5:8:    'DialogActions' is defined but never used          no-unused-vars
[1]   Line 7:8:    'DialogTitle' is defined but never used            no-unused-vars
[1]   Line 15:19:  'Model' is assigned a value but never used         no-unused-vars
[1]   Line 23:9:   'handleUpdate' is assigned a value but never used  no-unused-vars
[1] 

1 Answer 1

1

From the VS Code docs, it looks like using Ctrl+click (or Cmd+click on macs) on file paths in the terminal should do the trick!

https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_create-or-open-a-file

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.