andrey pechorin
andrey pechorin
Hello, thanks for issue. I think you looking for "search definitions in libraries paths". This feature is in my release plan, but currently i don't know how to implement libs...
@taigacute where you find libraries lookup feature in dumb-jump? i don't see any of this abilities in dump-jump.el sources :/
dump-jump.el is the main inspiration point for me :) original idea and regexp rules are comes from dumb-jump.el :) https://github.com/pechorin/any-jump.vim/blob/master/autoload/lang_map.vim#L2
@edzhelyov yeah, it's a very naive implementation without long paths names displaying. But the problem is long gems/node-packages/any-other-package-manager directories lists - the searching execution time will be slow (async search...
:AnyJumpBack is unnecessary, i develop this feature because never use navigation though vim :tags :)
I will look and think about this. Thanks for report.
Hello @dylanirlbeck, thanks for report and request. I don't think what this is a problem in general https://github.com/pechorin/any-jump.vim/blob/master/autoload/lang_map.vim#L1416 But some work should done, and currently i'm not on the rails...
Where are already some tests methods, which will help to test new syntax rules https://github.com/pechorin/any-jump.vim/blob/master/autoload/search.vim#L248
Yes, and the problem is what multiline comments handling is smth what can take much longer execution time, so i think i will check and maybe i can implement optional...
Hello, where are already `g:any_jump_preview_lines_count`, but this variables control only lines count after keyword. I will add new option for setting preview lines count before keyword.