About
pyqode.cobol adds COBOL support to pyQode (code completion, code folding,...).
Features:
- cobol code completion provider based on the cobol keywords and the defined names of the current document (pic fields, paragraphes)
- code folding mode
- auto indent mode (after struct, paragraph or inside procedures)
- native (fast) syntax highlighter with pygments themes support.
- document outline widget
License
pyqode.cobol is licensed under the GPL v3.
Requirements
pyqode.python depends on the following libraries:
- python 3 (>= 3.2)
- pyqode.core
Installation
$ pip3 install pyqode.cobol --upgrade
Testing
To test pyqode.cobol, just run the runtests.py script with a python 3 interpreter.