PyCharm Links
Categories
Tags
-
Other JetBrains Blogs
Meta
Category Archives: Cool Feature
Plugin highlight: TabFolder adds folder to editor tabs
Has it occurred to you that you open several base.html templates at once and the tabs showing only file name do not really help to say which is which? Wouldn’t it be nicer to see a folder name near the … Continue reading
Work with Bitbucket from your favorite IDE, with a plugin by Atlassian
Hi everyone! We always enjoy getting into a new community to understand how the practices inside it differ from other communities, e.g. Java from Ruby, Ruby from Python, etc. One of the “de facto” standards of the Python community is … Continue reading
PyCharm your Vim
Two observations after PyCon US: 1. Quite a surprise for us to find that so many Python developers use Vi/Vim for coding. 2. A big surprise for all Vim users to find that PyCharm provides an outstanding Vim emulation! Of … Continue reading
PyCharm licenses: there’s one for everyone
With PyCharm 1.2 we’ve introduced a new license type: Academic license. And with 5 license types available at the moment we thought a short explanation of what is what might be useful. Commercial If you work for a company and … Continue reading
Posted in Cool Feature
12 Comments
Python Remote Debug with PyCharm
Recent PyCharm 1.1 EAP has added one of the most voted feature — Remote Debug. I’m going to say a few words about it expecting you to try it and share your thoughts with us. If you plan to debug … Continue reading
Make files stand out with colors
Have you ever created several websites in a single Django project? Then you might have opened more than one models.py, views.py, _init_.py files in the editor. How to tell one from another and understand which website they belong to? PyCharm … Continue reading
Posted in Cool Feature
3 Comments
REPL Console completion
Hi guys, Today I’ve decided to drop a couple of lines about new features of REPL and Django consoles built in PyCharm. The previous postsaid that completion and resolve were supported, however we thought that it would be pretty cool … Continue reading
REPL and Django console
Hi guys, Today we want to give you a small review of a new feature in PyCharm – REPL and Django consoles. Using such consoles is pretty essential for each developer, thus having them tightly integrated in an IDE is … Continue reading
PyCharm 1.0 Roadmap Uncovered
Have you tried JetBrains Python IDE already? Then, you are probably interested what will be in PyCharm 1.0. Many are interested. So, here is our current vision. The focus of PyCharm development leading to the 1.0 release will be less … Continue reading
Posted in Cool Feature, Early Access Preview
8 Comments