Lukas B.
Lukas B.
@rogpeppe any updates on it? I have tested it for a while now and I haven't found any problems.
Is the GOPATH correctly set in atom? (it is displayed in the go-plus panel at the bottom of atom) Does `gocode` exist in the `bin` folder of your GOPATH?
Try running the atom command `Golang: Update Tools`
each of your code snippets contain syntax errors: ``` go scoreBuckets := make(map[uint64]uint64) r.URL#() //
The setting `Suppress The Provider Built-In To autocomplete-plus` also affects the suggestions you see. `autocomplete-plus` by default provides suggestions based on words in other files. Check the mentioned setting if...
After a quick search this error seems to happen if you have a really (!!!) long string (> 256MB, see [constant in node/v8](https://github.com/nodejs/node/blob/64beab0fc55f750bae648e9b69e027f2dbf3b18a/deps/v8/include/v8.h#L2083)). A related issue can be found here:...
I don't think so. The idea behind [`atom-ide-ui`](https://github.com/facebookarchive/atom-ide-ui) was to provide several APIs that can be used by plugins like [`go-plus`](https://github.com/facebookarchive/atom-ide-ui) or [`ide-*` plugins](https://atom.io/packages/search?q=ide-) to provide a better coding experience....
Two packages that might be useful for this: * https://github.com/divan/gofresh * https://github.com/firstrow/go-outdated
This seems to be a problem that cannot be solved by go-plus directly. Have a look at this [jsfiddle](https://jsfiddle.net/hop98epf/). The select all keyboard shortcut (`cmd-a` or `ctrl-a`) always selects all...
I have made a simple tool to see the effects of each settings - http://lloiser.github.io/esformatter-visualize/