Quick question on Resolve
Hello, I am trying to get Ctl-B (go to definition) working for Clojure.
I have implemented these methods on the Psi node that corresponds to symbols
public PsiReference getReference()
public PsiReference[] getReferences()
The code works, and is called when a symbol is selected and Ctl-B is pushed. The returned PsiReference.resolve() yields the Psi node corresponding to the definition.
However, the cursor does not move. What am I missing? Do I need to add something the the plugin.xml?
Thanks
Peter
Please sign in to leave a comment.