dontpanic92 / wxGo

Golang wxWidgets Wrapper
Other
403 stars 51 forks source link

Code prompt unavailable in Gogland. #36

Closed nifflin closed 6 years ago

nifflin commented 6 years ago

Compile sucess, but can't use code prompt function of Gogland.

2017-10-18 1 27 57
dontpanic92 commented 6 years ago

I will have a look. It is strange because LiteIDE can give the code prompt successfully, even when using binary-only packages

jakecoffman commented 6 years ago

I think this is due to wx_*.go files being so large. This is what I see when I open one of those files:

screen shot 2017-10-18 at 7 01 35 pm
nifflin commented 6 years ago

This can help.

Step I: gogland.vmoptions -> idea.max.intellisense.filesize=2500 -> change 2500 to 25000

Step II: idea.properties -> change -Xmx750m to -Xmx1500m

Step III: Restart

Maybe there is better configure method in GUI settings!