PyCharm 2018.1 is now available: partial commits, code cells, SSH remote Python interpreters, and more!
- Data scientists can now define code cells in their files, and choose exactly which parts to execute. No more need to re-import your data every time you finetune your analysis!
- Do you run Python code on remote machines? Configuring an SSH remote Python interpreter is now easier than ever.
- Even though Python 3.7 isn’t out yet, PyCharm 2018.1 already fully supports developing Python 3.7 code.
- Those of you who take pride in having precise commits will be pleased to hear that you can now choose which chunks of files to include in your git commits.
- PyCharm is the Python IDE that knows your code, and PyCharm 2018.1 knows Python code better than ever with new code intelligence features.
- Docker Compose file format 3.3 and later are now supported. Also, performance of Docker Compose interpreters has improved significantly.
And much more! Check out the What’s New page on our website to learn more. Already convinced? Download PyCharm 2018.1 now!
Thanks for the update.
Bumped in to one issue when using docker-compose interpreter. When opening PyCharm error message appears:
Couldn’t refresh skeletons for remote interpreter
Failed to change owner of skeletons volume
Regenerating skeletons just brings the same error message again. Any ideas?
I’ve created the issue for the problem in our tracker. Could you please attach your idea.log to the issue?
The issue itself: https://youtrack.jetbrains.com/issue/PY-29205.
When adding new docker-compose remote interpreter getting a java.lang.NullPointerException.
Any ideas how to fix it?
Found the problem, pycharm does not handle more than one authentication configuration in ~/.docker/config.json
Its the same for PHPStorm (and possibly any other Jetbrains IDE which uses docker). Thank you for the advice. I created a bugreport and hope, they will fix it within one of the next versions.
How do I update?
‘sudo snap refresh’ says:
All snaps up to date.
Is there any plan of supporting syntax of CoffeeScript 2.0, which is quite mature and supports lots of new features? I’ve been waiting for the support for 2 years. Thanks!
Simple usage issue: when opening-closing the Run Window using alt-4 from the editor window (run window is pinned, docked), after closing the focus does not return to the editor. No similar problem with alt-6 (todo)
A great release again! I am a bit disappointed though. I hoped it would finally be the time I could stop going back and forth between PyCharm and GitExtensions to do my commits but since PyCharm apparently only supports selecting/omitting entire chunks and not individual lines, the time is not come yet (there are a ton of cases where two distinct changes are on top of each other and thus considered to be part of a single chunk).
A tiny bit more explanation of code cells would be nice, I noticed that #%% comments were the separators, then it took me a while to figure out that I need to click on the gutter green triangle (or ctl-enter).
Anyway, glad to see this feature!
Hi Keith, we’ve just published a blog post about using code cells, you can learn more here: https://blog.jetbrains.com/pycharm/2018/04/pycharm-scientific-mode-with-code-cells/
Thank you for constantly pushing PyCharm.
I am running into a ‘niggle’ with 2018.1 though. It seems to be constantly scanning files to index and notifying me. When I am in another application, PyCharm displays a green tick and bounces up and down constantly in my Mac Dock, which is really annoying.
I have no file watches or background tasks running.
Is there a way to make the index file scanning less ‘noisy’?
PyCharm 2018.1 (Professional Edition)
Build #PY-181.4203.547, built on March 26, 2018
Licensed to untapt / Sam Kenny
Subscription is active until November 2, 2018
JRE: 1.8.0_152-release-1136-b20 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.4
You’re likely running into this bug: https://youtrack.jetbrains.com/issue/PY-26820. You can make it stop by choosing File | Invalidate Caches & Restart.
snaps function is not working. I am using python 3.7 and pycharm 2018.2.2 . but still snaps is not working.
#help