GoSublime icon indicating copy to clipboard operation
GoSublime copied to clipboard

A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features.

Results 86 GoSublime issues
Sort by recently updated
recently updated
newest added

It happened in Sublime text 3.2.2 full log ``` ** 2021-09-05 17:40:13.815383 **: GoSublime init r20.06.14-1 (0.003s) | install margo: no | install state: done | sublime.version: 3211 | sublime.channel:...

Please add support to version 4 I cannot install it on version 4 It isn't listed on packages list

Hi! I love this project but was wondering about the current status of development because it seems inactive. If it is, are there plans to get new maintainers onboard?

cannot find command "tskill" in Mac OS, other commands like "help" "go run" "replay" are ok

After fetching repo from git with `git clone https://margo.sh/GoSublime` to _Packages_ directory of Sublime Text 3 installation, I restart SublimeText and nothing happens. Nothing on the status bar, `ctrl+.`, `ctrl+x`...

Hi guys, Hope you are all well !!! ```sh [13:13:33] margo: agent#007: ['/Users/x0rzkov/Library/Application Support/Sublime Text 3/Packages/GoSublime/bin/margo.sh', 'start', 'margo.sublime', '-codec', 'msgpack'] [13:13:33] margo: agent#007: log: ``` go install -v -tags=margo margo.sh/cmd/margo.sublime...

(The purpose of this report is to alert `DisposaBoy/GoSublime` to the possible problems when `DisposaBoy/GoSublime` try to upgrade the following dependencies) ## An error will happen when upgrading library _urfave/cli_:...

https://blog.golang.org/generics-next-step https://github.com/KurokuLabs/margo/issues/138 _Hopefully we aren't jumping the Sharknado on this one._

import "github.com/jessevdk/go-flags" .... parser := flags.NewParser(server, flags.Default) ..... When I hit save the golang file, "github.com/jessevdk/go-flags" is removed. I think "go-" is automatically ignored in during go build, so package...