Open caarlos0 opened 7 years ago
This is because we defer activation of go-plus until your first use of a go-plus command, or your first open of a go file. I will see if there's something obvious here because we do actually do most activation behind a debounce so you shouldn't be seeing this kind of delay.
Prerequisites
atom .
from the terminal in your project's directory?go env
is correct? If it is, please include the output in this issue.Description
If I open a Go project, and then open any .go file, it takes ~5secs for it to open. With the go-plus plugin disabled, it takes <1sec.
After opening the first file, others seems to load in normal speed.
Output from
atom -v && apm -v
Output From
go env
Steps to Reproduce
cd
to a go projectatom .
.go
fileExpected Behavior
File opens fast.
Actual Behavior
File takes ~5secs to load.