#7322
urlwolf
Member

also, tag jump (F10) doesn’t seem to work. I’m using R, with my own ctags regular experession. To replicate behavior, just put on your ctags.cfg:

–langdef=r
–langmap=r:.R
–regex-r=/^[ t]*([a-zA-Z0-9_.]+)[ |t]*:?(<-)[ |t]*:?function/1/f, function/

Then, call ctags -R on the same directory where your R project is.

Also, the “go back to previous edit location” doesn’t seem to work (ctrl + ,). It has a memory of 1 (!) which is a silly limitation. How do people work without missing this functionality?