Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How disable ac to popup after '/' is pressed #493

Open
cg31 opened this issue Nov 4, 2017 · 1 comment
Open

How disable ac to popup after '/' is pressed #493

cg31 opened this issue Nov 4, 2017 · 1 comment

Comments

@cg31
Copy link

cg31 commented Nov 4, 2017

This only happens in golang. If I comment out a function, AC will active a popup list.

For example, in a file:
func main() {
doSomething()
}
when I add '//' before doSomething to comment it out, AC will active after I press a '/'.

I just want AC do nothing after it see a '/'.

@mpfeifer
Copy link

Sort of late, but check your ac-sources. May be ac is trying to complete file names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants