PyCharm 2019.1 EAP 2
Our Early Access Program (EAP) continues, and we have some great features in this second version:
New in PyCharm
Syntax Highlighting in Vagrantfiles
If you’re developing an application that will be deployed in a virtual machine, Vagrant is a great tool to automate the creation and deletion of your VM while you’re developing. Even though PyCharm has long had support for running Python code in a Vagrant box using the Vagrant interpreter, we haven’t had any support for Vagrantfiles until now.
Haven’t tried Vagrant before? Read our blog post on developing with Vagrant and Ansible, to prepare for deploying an application on Amazon EC2.
Sudo Support for SSH Interpreters
Writing some administration automation scripts? Or experimenting with GPIO on your Raspberry Pi? You’ll need root privileges to execute your scripts. PyCharm now let’s you run scripts with elevated privileges over SSH, letting you debug these scripts as easily as a any other script.
Further Improvements
- JSON validation would not accept large integers in cases where it should. This has now been resolved. Did you know that PyCharm Professional Edition bundles all WebStorm features, like JSON validation?
- And more, read the release notes for details
Interested?
Download this EAP from our website. Alternatively, you can use the JetBrains Toolbox App to stay up to date throughout the entire EAP.
If you’re on Ubuntu 16.04 or later, you can use snap to get PyCharm EAP, and stay up to date. You can find the installation instructions on our website.
PyCharm 2019.1 is in development during the EAP phase, therefore not all new features are already available. More features will be added in the coming weeks. As PyCharm 2019.1 is pre-release software, it is not as stable as the release versions. Furthermore, we may decide to change and/or drop certain features as the EAP progresses.
All EAP versions will ship with a built-in EAP license, which means that these versions are free to use for 30 days after the day that they are built. As EAPs are released weekly, you’ll be able to use PyCharm Professional Edition EAP for free for the duration of the EAP program, as long as you upgrade at least once every 30 days.
Roman says:
December 15, 2011I also noticed that paste of even several lines of code sometimes takes up to 3 seconds on my very powerfull machine running Linux 64-bit.
Steve Jones says:
December 16, 2011Hmmm…I had something weird happen in Windows for 2.0 where I lost “some” keyboard input e.g. Tab, copy, paste functionality. Perhaps I too should upgrade to 2.0.1?
Dmitry Jemerov says:
December 19, 2011Most likely this is a different problem. The fix included in 2.0.1 is really Mac only.
jelle says:
December 17, 2011nice job on the patch updates, given PyCharm’s fast paced development, this is way nicer to keep up with new releases… good to see this come round
Boris says:
February 9, 2012I’m really glad to see this update so quickly. Thanks for you work, guys!
PyCharm 2019.1 EAP 2 duyuruldu | get GNU says:
January 31, 2019[…] söyledi. PyCharm 2019.1 EAP 2 hakkında ayrıntılı bilgi edinmek için sürüm duyurusunu […]
#PyCharm 2019.1 EAP 2 https://blog.jetbrains.com/pycharm/2019/01/py… | Dr. Roy Schestowitz (罗伊) says:
February 1, 2019[…] 2019.1 EAP 2 https://blog.jetbrains.com/pycharm/2019/01/pycharm-2019-1-eap-2/ #Python […]
Henning says:
June 14, 2020Hello,
I have PyCharm 2020.1 but I dont get syntax higlighting for my Vagrantfile.
It’s just opened as text file, text all black, no syntax.
What do i need to do?
Roberto Pesce says:
June 15, 2020Hi Henning, thank you for your message and for pointing out the issue.
Vagrantfile highlighting has been broken since a few releases ago and should be restored in 2020.2.
Please follow this YouTrack issue for updates: https://youtrack.jetbrains.com/issue/PY-39463