Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bjorn Pettersen
Total activity
30
Last activity
October 19, 2023 00:13
Member since
September 03, 2013 10:17
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
12
Activity overview
Posts (3)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
May 20, 2017 18:57
That's now Settings | Editor > File Types > Ignore files and folders (for those coming here from google).
Community
PyCharm
Hide files *only* from Project view
3 votes
Created
May 31, 2014 13:38
I think you completely misunderstand what the %s does in my example code – it is not used for string formatting (and hence any reference to Python 3's use of {} for string formatting is irrelevant)...
Community
PyCharm
3.4 complains about string formatting inside of sql instructions.
1 vote
Created
October 19, 2023 00:13
I think you're missing the point. What is asked for is an attach to process, but initiated from the process. The attach to process functionality is great, but very cumbersome to use. What the pdb f...
Community
PyCharm
Equivalent to pdb.set_trace()?
0 votes
Created
October 02, 2022 12:24
The correct arguments seem to be: --load-path $ProjectFileDir$/node_modules $FileName$:$FileNameWithoutExtension$.css
Community
WebStorm
SCSS Error: Can't find stylesheet to import.
0 votes
Created
January 15, 2017 11:49
I don't know if there is a problem in PyCharm or not, but the syntax is not correct (data['hostname']) is a parenthesized expression, what you need is a 1-element tuple: (data['hostna...
Community
PyCharm
3.4 complains about string formatting inside of sql instructions.
0 votes
Created
November 05, 2014 23:57
PyCharm 4 (EAP) has integration with Vagrant (you can of course use Vagrant by itself too). Vagrant maps your project directory to /vagrant on the guest, so you can continue using PyCharm and then...
Community
PyCharm
PyCharm on Windows to develop on Ubuntu server in local VM?
0 votes
Created
April 28, 2014 07:42
This isn't the correct forum for homework questions (it's for PyCharm related functionality, of which there is none in your question). Please try attending class (or ask in a forum that is created...
Community
PyCharm
Need help for a project in Pycharm...im newbie
0 votes
Created
February 07, 2014 09:28
Ctrl+Shift+N (Navigate | File) will let you type in just the salient bits of the file name and provide you with a list of matches. The new double-shift will do it too. Both are more of a find-fil...
Community
PyCharm
Pycharm Ido equivalent?
0 votes
Created
September 30, 2014 11:15
You have two directories named superlists, and it looks like the top one is part of your sys.path. If you move lists inside the inner superlists folder it should work (or import it as just `lists`).
Community
PyCharm
ImportError: No module named 'superlists.lists'
0 votes
Created
November 06, 2014 12:51
My use is limited to very simple tool calls from PyCharm, otherwise I use the commandline in linux. The tool calls are all of the form: vagrant ssh -c "touch /vagrant/www/foosite/wsgi.py"you ca...
Community
PyCharm
PyCharm on Windows to develop on Ubuntu server in local VM?
0 votes
Next
›
Last
»