Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
vlan
Total activity
168
Last activity
January 10, 2024 09:24
Member since
July 19, 2011 11:34
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
73
Activity overview
Posts (0)
Comments (95)
Sort by recent activity
Recent activity
Votes
Created
February 07, 2013 12:55
What's your sys.path? Open a Python interactive console in PyCharm, and run: >>> import sys >>> sys.path Where is the socket module located in your virtualenv? Run your virtualenv (!) Python inter...
Community
PyCharm
PyCharm, Windows 7 and virtualenv
0 votes
Created
February 07, 2013 13:12
The behave module uses Python features to evaluate its attributes like given. The code inspections cannot analyze them statically, special handling is required.Please vote for PY-8427 if you are in...
Community
PyCharm
PyCharm Reports Behave Decorators as Unresolved References
0 votes
Created
February 11, 2013 08:43
This is a known major bug PY-8636. Please vote for it to get notifications on the progress.
Community
PyCharm
import error in django_test_manage.py
0 votes
Created
February 11, 2013 08:53
You can reduce the appearance and the number of open tabs in File|Settings|Editor|Editor Tabs. For example, you can enable Show tabs in single row, and reduce the Tab limit. Note that there are sev...
Community
PyCharm
Can subdirectories of one PyCharm project be opened is separate windows without making new projects?
0 votes
Created
December 25, 2012 10:17
Use the shortcut of the "View | Quick Documentation" while browsing items of the completion list. For example, on Linux it is Ctrl-Q. Shortcuts can be customized via "File | Settings | Keymap".Note...
Community
PyCharm
Viewing PyDoc with code completion + Viewing external documentation offline
0 votes
Created
December 27, 2012 06:16
What is the name of this main module of Maya you are referring to?You can determine which file actually contains the code for this module (let's call this module foo) this way: >>> import foo >>> f...
Community
PyCharm
Interpreter re-configuration from editor to run-time? Is this possible?
0 votes
Created
December 30, 2012 09:19
Yes, PyCharm does support JQuery. There is no native support for Heroku. You can use deployment actions to upload your project using FTP/SFTP/FTPS and remote interpreters to debug your code on a se...
Community
PyCharm
Does Pycharm support Jquery and Jquery mobile?
0 votes
Created
December 30, 2012 09:53
Mário, the completion should work here. I was unable to reproduce your issue in PyCharm 2.6.3, Mac OS X, Django 1.3. Please send a bug report with more details to our bug tracker if the issue persi...
Community
PyCharm
Problems with autocomplete in django and flask projects
0 votes
Created
October 11, 2012 13:25
I've created a bug report for this issue: http://youtrack.jetbrains.com/issue/PY-7792.
Community
PyCharm
Sphinx - quick lookup
0 votes
Created
October 10, 2012 16:54
We do not support the --failed option directly, but our test runners have the Rerun Failed Tests action that has is almost the same effect as --failed. It's available via an icon on the left side o...
Community
PyCharm
nosetests --failed
0 votes
«
First
‹
Previous
Next
›
Last
»