Any Jump.vim Versions Save

Jump to any definition and references πŸ‘ IDE madness without overhead πŸš€

v0.6

1 year ago
  • fully automated language map downloading/generation/correction scripts
  • latest languages from dumb-jump

Road to 1.0 specified https://github.com/pechorin/any-jump.vim/issues/101

v0.5

4 years ago

Thanks for great support to plugin, i continue to support and work on this plugin cause any-jump is one my primary work tool (aside vim and other tools).

  • visual mode jump added
  • s, v, t for opening result in split/vsplit/new tab
  • added ability to customise colors
  • ability to remove vsc rg and ag ignoring with let g:any_jump_disable_vcs_ignore
  • search references only for current file type let g:any_jump_references_only_for_current_filetype
  • ability to ignore specific file with call g:AnyJumpAddIgnoredFile('tags')
  • vim behaviour is stable now
  • many other fixes

Additionally thanks to all contributors.

v0.4

4 years ago

Where are many fixes, updates and rewrites.

Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2020-03-05 Π² 22 07 59

v0.3

4 years ago

Where are many internal logic rewrites, especially in language specs processor.

Support for foreign language not defined in any-jump.vim.

Day to day example:

Vim scripting language viml isn't defined by any-jump, and currently i'm working on my plugin (:cd ~/any-jump.vim). Let's assume i'm looking for TryFindOriginalLinkFromPos method definitions and usages to do my planned refactoring and code inspection:

Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2020-03-04 Π² 16 49 14

Where are non definitions for viml because this is foreign not defined language, but usages results still very usefull.

So in future any can define new language definitions for any-jump, useful methods for defining language added. I should release guide for this :)

P.S. where are also keyword hl for preview, enjoy!

v0.2

4 years ago

Basic vim support added. Where was also a lot of work on rendering engine and internal structure of some aspects of work.

  • vim 8.2+ required
  • i'm currently not happy with vim j/k movement perfomance
Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2020-03-02 Π² 02 17 49