blob: 2d12d76ab3c4c15b38c964925db64a9666cf7a84 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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.
|