rdok / vim

Dockerfiles for vim coding on top of docker.
https://hub.docker.com/r/rdok/vim
MIT License
0 stars 0 forks source link

ctags: php: ignore use {class} definitions. #13

Open rdok opened 4 years ago

rdok commented 4 years ago

By default, ctags will navigate to use class, instead of actual PHP class, forcing the user to multiple matches functionality to go said class. Screenshot from 2020-01-10 10-18-46

TODO: modify F5 button https://github.com/rdok/vim/blob/e776a4728296cff3f3635c548bedd3c2acc35309/src/.vim/rc/mappings.vim#L11 to ignore these.