Sublime Forum

Jump to error line

#1

I’m using GoSublime. How to jump to error line that shown after unsuccessful run?

For Example. I’ve wrote some code, ctrl+b, run and got an output:

./card.go:9: missing return at end of function

I’d like to hit this line and jump to card.go file at line 9.

0 Likes

#2

I’m pretty certain you can just double-click on it?

0 Likes

#3

It was my first action but no luck.

0 Likes