-
Notifications
You must be signed in to change notification settings - Fork 10
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
Context Menu #50
Comments
I did set a default keyboard for this extension because it is easy to custoom keybinding in vscode.
2023-01-03.23.10.15.mov |
Thanks this does help. But if I have an open lets say C-Code File and I want to open it with Notepad I would like to jump to the line where I am at in the Visual Studio Code. Is that also possible? Cause with the "Open in External App" Command I can only open the file but do not jump to the code line. Thanks in Advance. |
"openCommand": "C:\Progam Files\ProgramXY\ProgramXY.exe -l%line% %path%" This is what i can use in a different program from github (dnGrep), i tried using it in the settings.json but it does not work :( I also tried the following: |
You should ensure the command `"C:\Progam Files\ProgramXY\ProgramXY.exe -l 1 /path/to/file.txt" works in cmd.exe. Is this works? And you should replace
|
Hello,
first of all: this is a great extension!
As I am searching a lot via my project, I would love a context menu there.
Currently the way to go is Search for variable X -> find Variable X in File XY.c -> Right Click on File XY.c -> Reveal in Explorer View -> Right Click on File XY.c & Open in External App.
I would be happy to have this context menu added.
Thank you and happy new year :).
The text was updated successfully, but these errors were encountered: