You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
Since I updated golang to the current version, the plugin no longer works in atom. So I updated atom. Since the problem persisted I uninstalled the plugins go-plus and go-debug and installed them again. Unfortunately without success. Current installed package version of go-plus is "6.1.0".
Prerequisites
Have you tried launching atom . from the terminal in your project's directory?
Have you verified the output from go env is correct? If it is, please include the output in this issue.
Have you updated Atom to the latest version?
Have you tried using Atom Beta, which can be run side-by-side with Atom Stable? Is the behavior the same, or different?
Have you updated your Atom packages to the latest versions?
Have you searched the issues to see if others are experiencing the same issue?
Description
Suggestions for packages are no longer displayed in the code. Many variables are no longer associated with types. As you can see in the picture, type "invalid type" appears in many cases. I have deleted in the $GOPATH/src/github.com all directories that contain gocode. Interestingly, when I reinstall go-plus, gocode is not downloaded again.
I had the same issue and tried to reinstall go-plus:
$ apm install go-plusInstalling go-plus to /home/user/.atom/packages ✗
> core-js@2.6.11 postinstall /tmp/apm-install-dir-120115-11590-lut045.i5jii/node_modules/go-plus/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.Aborted (core dumped)npm WARN enoent ENOENT: no such file or directory, open '/tmp/apm-install-dir-120115-11590-lut045.i5jii/package.json'npm WARN etch-octicon@2.0.0 requires a peer of etch@^0.12.7 but none is installed. You must install peer dependencies yourself.npm WARN apm-install-dir-120115-11590-lut045.i5jii No descriptionnpm WARN apm-install-dir-120115-11590-lut045.i5jii No repository field.npm WARN apm-install-dir-120115-11590-lut045.i5jii No README datanpm WARN apm-install-dir-120115-11590-lut045.i5jii No license field.npm ERR! Maximum call stack size exceedednpm ERR! A complete log of this run can be found in:npm ERR! /home/user/.atom/.apm/_logs/2020-02-15T12_29_46_328Z-debug.log
Auto-completion and type display no longer work
Since I updated golang to the current version, the plugin no longer works in atom. So I updated atom. Since the problem persisted I uninstalled the plugins go-plus and go-debug and installed them again. Unfortunately without success. Current installed package version of go-plus is "6.1.0".
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
Suggestions for packages are no longer displayed in the code. Many variables are no longer associated with types. As you can see in the picture, type "invalid type" appears in many cases. I have deleted in the $GOPATH/src/github.com all directories that contain gocode. Interestingly, when I reinstall go-plus, gocode is not downloaded again.
Output from
atom -v && apm -v
Atom : 1.43.0
Electron: 4.2.7
Chrome : 69.0.3497.128
Node : 10.11.0
apm 2.4.3
npm 6.2.0
node 10.2.1 x64
atom 1.43.0
python 2.7.17
git 2.17.1
The text was updated successfully, but these errors were encountered: