From f233533e03dfa680b13ecd123888e02af7c62a8a Mon Sep 17 00:00:00 2001 From: Johannes Seitz Date: Sun, 9 Oct 2011 21:02:57 +0200 Subject: [PATCH] Added Paragraph on PyCharm --- docs/starting/dev-env.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/starting/dev-env.rst b/docs/starting/dev-env.rst index 914ba3a..95dbc68 100644 --- a/docs/starting/dev-env.rst +++ b/docs/starting/dev-env.rst @@ -61,9 +61,10 @@ the following lines into your vimrc:: IDEs :::: -PyCharm -------- +PyCharm / IntelliJ IDEA +----------------------- +PyCharm is developed by JetBrains, also known for IntelliJ IDEA. Both share the same code base and most of PyCharm's features can be brought to IntelliJ with the free `Python Plug-In`_.. Eclipse -------