Amir Abushareb
Amir Abushareb
chrome has that, two clicks to select then `ctrl` go to http://something.. but still it requires one more click then the terminal.
+1 this doesn't look like a bug to me, golang does this sort of things, i think it's pretty elegant ;)
> also single quotes ', double equals ==, and spaces after if braces ) { +1
+1 i prefer doing `list.reject(el -> el.hasClass('woot'))`
Can you provide some debug info? - sublime text version (in the console: `sublime.version()`) - go version (run `go env`) Also, what the directory structure looks like? is it a...
What version of sublime-go are you using?
I did try and use it a few months ago, it seemed like it is still incomplete. If it supports all the features this plugin has, I'll definitely move to...
hmm, that's odd, IIRC it does support it easily, for example I just ran `Go: source` command on `require.New()`, It took me to: ``` '/Users/amir/dev/pkg/mod/github.com/stretchr/[email protected]/require/forward_requirements.go' ``` Have you tried it?
odd stuff, it definitely supports it, and always takes me to a module (`.../pkg/mod/...`) when `go.mod` exists. I'll keep this issue open, eventually I would like to move to gopls...
Yeah that'd be cool as a toggle/option, I'm on sublime's discord and there's a lot of nice API additions for nicer clicking, control etc.. Personally, I think this pkg shouldn't...