Python and Ctags
You want to jump to definition of a method, but ctags keep taking you to the import line of that method?
add the following to ~/.ctags
--python-kinds=-i
You want to jump to definition of a method, but ctags keep taking you to the import line of that method?
add the following to ~/.ctags
--python-kinds=-i