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
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
Created
May 30, 2014 18:14
You shouldn't be building up sql statements by string processing (can lead to xss attacks, it can kill performance, and it's just plain ugly). Instead, use placeholders and pass parameters (note t...
Community
PyCharm
3.4 complains about string formatting inside of sql instructions.
0 votes
Created
January 13, 2014 22:57
Thanks. I've installed the plugin – and copied the keymap file to Dropbox ;-) The path (for win7) was C:\Users\<username>\.PyCharm30\config\keymaps
Community
PyCharm
How do I share my keymap with my home version of PyCharm?
0 votes
Created
September 03, 2013 10:17
Check out http://youtrack.jetbrains.com/issue/IDEA-94942
Community
PyCharm
SVN error saying the client is too old
0 votes
«
First
‹
Previous