Date: Tue, 9 Oct 2012 03:28:04 -0700 (PDT) From: Thomas Wienecke To: vim_use@googlegroups.com Message-Id: In-Reply-To: <1191424909.404340.268740@22g2000hsm.googlegroups.com> References: <1191424909.404340.268740@22g2000hsm.googlegroups.com> Subject: Re: context/class sensitive tag search MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_1024_23872201.1349778484399" ------=_Part_1024_23872201.1349778484399 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 ------=_Part_1024_23872201.1349778484399--