Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77903 > unrolled thread

Re: PyCharm refactoring tool?

Started byStefan Behnel <stefan_ml@behnel.de>
First post2014-09-15 22:36 +0200
Last post2014-09-15 22:36 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: PyCharm refactoring tool? Stefan Behnel <stefan_ml@behnel.de> - 2014-09-15 22:36 +0200

#77903 — Re: PyCharm refactoring tool?

FromStefan Behnel <stefan_ml@behnel.de>
Date2014-09-15 22:36 +0200
SubjectRe: PyCharm refactoring tool?
Message-ID<mailman.14035.1410813425.18130.python-list@python.org>
George Silva schrieb am 15.09.2014 um 21:49:
> It's pretty useful. I use it for some time now and I very much like it.
> [...]
> The most powerful for me are the rename refactor and extract. Works like
> charm (no pun intended).

Dito.


> On Mon, Sep 15, 2014 at 4:44 PM, Skip Montanaro <skip@pobox.com> wrote:
>> I started up an instance of PyCharm last Friday. It's mostly just been
>> sitting there like a bump on a log. I set things up to use Emacs as my
>> editor. It seems most of its functionality won't be all that useful. Most
>> of my work is on libraries/platforms - stuff which is not runnable in
>> isolation, so the Run menu doesn't look all that useful.

I also do most exec stuff on the command line - it needs to work there
anyway, so the additional config in PyCharm is really something on top that
I often don't do. However, running stuff within PyCharm can still be really
handy because it integrates very nicely with py.test and other test
runners. You get nice visual feedback for your tests, can rerun failing
tests with one click, can visually debug problems, get coverage analysis
for free, etc. It's all very nicely integrated.

Stefan

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web