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 Apr 3, 2018. It is now read-only.
This is one of my biggest annoyances in goclipse now.
Ctl-lmb to jump the func/var definition does not work in 0.8 for me. Before I upgraded I had a limited working version of this functionality (maybe because go files got opened in a pydev editor), but now it doesn't do anything anymore.
This function is however one of the largest drivers of using an ide for me. Finding and opening a single file in a 100+ workspace is just a pain without this.
The text was updated successfully, but these errors were encountered:
@sesteel Where you the last person to work on GoClipse before I started working on it? Or where there other developers who changed stuff significantly after you stopped working with it?
Because I was afraid here that I had broken something, so I went back and tried GoClipse 0.7.6.v450 - it can be installed from the update site https://goclipse.googlecode.com/svn/trunk/goclipse-update-site/ . However even in that version I didn't get auto Ctrl-click/F3 (Open Definition) functionality. So it seems something happened even before that?
I can see in com.googlecode.goclipse.editors.GoHyperlinkDetector that there is code for that functionality. I'm looking into it now.
This is one of my biggest annoyances in goclipse now.
Ctl-lmb to jump the func/var definition does not work in 0.8 for me. Before I upgraded I had a limited working version of this functionality (maybe because go files got opened in a pydev editor), but now it doesn't do anything anymore.
This function is however one of the largest drivers of using an ide for me. Finding and opening a single file in a 100+ workspace is just a pain without this.
The text was updated successfully, but these errors were encountered: