diff options
Diffstat (limited to 'development/monodevelop-python/README')
-rw-r--r-- | development/monodevelop-python/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/monodevelop-python/README b/development/monodevelop-python/README new file mode 100644 index 0000000000..445dde4772 --- /dev/null +++ b/development/monodevelop-python/README @@ -0,0 +1,11 @@ +Python support for MonoDevelop + +The Python Binding has been greatly improved since MonoDevelop 2.2. Here is +a summary of the features supported by the add-in: +- Robust and fast code completion support +- Quick class/method finder at the top of the file +- On-the-fly syntax checker, with support for Pyflakes. +- Support for Python 2.5 and 2.6 +- Code folding for Python blocks + +This requires: Mono, MonoDevelop |