Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT-3.0 plan items(proposed)

> 
> >    - Definition/Declaration view, showing the definition of a 
> symbol(relies
> >      on the indexer.
> 
> We were planning on having an action. (Ref: 
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=69063 )
> A view may be handy in cases where there are more than one 
> declaration/definition, but in that case, that's just a search, is it not?
> 

Not exactly, for example the Source Hover(in the head)
already does it i.e. trying to show (with a popup) the implementation of a
selected symbol in the CEditor.
Caveats:
 - Popup are intrusive
 - Using F3 to jump can be to heavy when what you want is a quick
   glimpse at the implementation.

Actually .. look at the Declaration View in the JDT to see what I mean.
This is a proposed item, depending on the state of the indexer it may
not be possible.

To answer your question, yes the search is use.



Back to the top