Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Last active September 26, 2022 19:01
Show Gist options
  • Save joseluisq/2cf129265d92a1ec10eff8f7216b8261 to your computer and use it in GitHub Desktop.
Save joseluisq/2cf129265d92a1ec10eff8f7216b8261 to your computer and use it in GitHub Desktop.
How to open in file/line number with VSCode from Hotspot

How to open a file/line number with VSCode from Hotspot

  1. Open Hotspot
  2. Settings > Code navigation > Custom...
  3. Then Copy/paste the lines below
/usr/bin/code -g %f:%l:%c
  1. On for example Caller/Callee tab, right click on file location wanted.
  2. Finally, click open in editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment