open/navigate types from stacktraces via command line? #2845
maxandersen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Imagine you are in your favourite terminal (mine is iterm2) and have output like:
Is there a way to either pass in parts of the stacktrace and have vscode open the matching line(s) from the command line ?
or with
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
I would like toconvert that into a command like
vscode -g AbstractPlainSocketImpl.java:188
(where -g is the goto file/column) but with the "hint" that it should look for that file+column which has "java.net.AbstractPlainSocketImpl" type.Any mechanism to enable that? i.e. vscode
-g vscode-java:<type>:<linenumber>
would be niceBeta Was this translation helpful? Give feedback.
All reactions