On Wednesday, October 3, 2007 5:21:49 PM UTC+2, rob wrote:
> I was wondering if a class/context sensitive tag search is possible?
> 
> For example, in the function below,
> 
> void someFunc()
> {
>    X ox;
>    Y oy;
> 
>    ox.setValue(10);
>    oy.setValue(10);
>    ox.value=3;
>    oy.value=4;
> }
> 
> a :tselect or a :tjump for member function "setValue" or for data
> member "value", would take me directly to X's or Y's member definition
> depending on the current cursor line/position, rather than having to
> select manually.
> 
> I've been using the omnicppcomplete plugin for a while (it rocks!),
> and it has this class/context/namespace awareness for completion.
> Would be very useful if there is something similar for tag searching/
> code browsing.
> 
> Thanks.

Are there any updates on this? Is it now somehow possible to jump context 
sensitve using tags?

Best regards,
Thomas

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to