Add initial support for jump to declaration

This commit is contained in:
Kevin Sawicki
2012-12-13 15:16:13 -08:00
parent 7a7bdd7f8e
commit 1686c97244
13 changed files with 1380 additions and 6 deletions

7
spec/fixtures/tagged.js vendored Normal file
View File

@@ -0,0 +1,7 @@
var thisIsCrazy = true;
function callMeMaybe() {
return "here's my number";
}
var iJustMetYou = callMeMaybe()

7
spec/fixtures/tags vendored Normal file
View File

@@ -0,0 +1,7 @@
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.8 //
callMeMaybe tagged.js /^function callMeMaybe() {$/;" f