[MonoDevelop] Goto class patch

Lluis Sanchez lluis at ximian.com
Wed May 18 11:32:27 EDT 2005


Please, don't use GotoDefinitionResolver for the method name. Think
about a more generic name since the same method may be used for purposes
other than "Goto definition" (for example, for showing class info in a
tooltip).

I think that the method should also be more generic and should return
whatever is present at the given file position (it could be a type, but
also a variable reference, or a method call).

it sould be a "get me what's at that position"

On dj, 2005-05-12 at 21:21 +0200, Jacob Ilsø Christensen wrote:
> Hi.
> 
> I have attached a patch which lets you jump to a class definition. If
> you position the cursor on a class name, and hit Ctrl+. (hardcoded for
> now) the editor will jump to the definition of that class.
> 
> The code is very proof-of-concept-like :-) It definately needs some
> refactoring and cleaning up. I just wanted someone to try it out and
> firstly see if it works and secondly let me know if this is desired
> functionality.
> 
> So let me know, if I should add more functionality like methods,
> fields, etc. or maybe do thing another way?
> 
> /Jacob



More information about the Monodevelop-list mailing list