go-lang-plugin-org / go-lang-idea-plugin

Google Go language IDE built using the IntelliJ Platform
https://plugins.jetbrains.com/plugin/5047
Other
4.56k stars 570 forks source link

Improve variable display speed in debugger #2742

Open dlsniper opened 8 years ago

dlsniper commented 8 years ago

According to an user on Reddit, the plugin is slow to display those values compared to other editors (VSCode being the one called out as contender).

https://www.reddit.com/r/golang/comments/4xvmet/ides_for_golang_specifically_intellij_and_vscode/

Scratch-net commented 8 years ago

Also, the debug "step" itself is ridiculously slow (approx 1-2 seconds) comparing to VSCode. Is it possible to fix it?