Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Last active September 26, 2022 19:01
Embed
What would you like to do?
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