-
Notifications
You must be signed in to change notification settings - Fork 287
Oracle Open Definition not working for type references: "selected name does not refer to a source element" #121
Comments
In com.googlecode.goclipse.tooling -> src/com/googlecode/goclipse/tooling/oracle/GoOracleFindDefinitionOperation.java
|
I'm wondering when we can expect this change to be in the releases? I updated my eclipse plugin and checked the manual download file from master and the latest release was compiled several days prior to this patch. I'm not familiar with your release schedule and apologize if this information is available elsewhere however this issue has been plaguing me for a little while now. |
I don't have a release schedule, as I work in many different projects, and it's hard to plan work for a single IDE. If there is a good amount of features in master, I usually do a release, unless I have short term plans to add more stuff. You can see the upcoming feature in the changelog file: |
ok thanks for the reply I'll keep an eye on things. Kudos to you for building this project! |
From issue #99
When a type is ctrl-clicked we get " selected name does not refer to a source element, rather its a ref to type xyz (size 40, align 8). Is there a compelling reason not to jump to the type?
Given this program:
When I ctrl-lmb click
foo
infmt.Println(foo)
it jumps to the definition offoo
on the previous line -> okWhen I ctrl-lmb click
Foo
infoo := Foo{"a", "b"}
I get the following message:Since the position of the type is know anyway why not jump to it?
The text was updated successfully, but these errors were encountered: