cucutags and vim-behave ####################### :date: 2013-10-05T23:54:54 :category: computer :tags: Fedora, python, tags, behave, vim, gedit I have created a simple Python package cucutags_ for parsing behave_ feature and step files and vim plugin_ for jumping from feature file to appropriate step (using normal Ctrl-]). Creating similar plugin for other editors (especially Sublime Text) able to cooperate with Python module should be trivial as most logic is in the Python module. Vim plugin is originally based on tpopeā€™s vim-cucumber, but not much remained from that, but thank you anyway. .. _cucutags: https://pypi.python.org/pypi/cucutags/ .. _behave: https://github.com/behave/behave .. _plugin: https://gitlab.com/mcepl/cucutags Pull requests are welcome as well as any comments, complaints, requests for enhancements, and bug reports. Please send them to me via email mentioned in the code.