Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Sam Quintanar
Follow
New posts
New posts and comments
Total activity
19
Last activity
August 16, 2021 01:48
Member since
April 18, 2016 20:33
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (7)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
August 16, 2021 01:48
Using WebStorm2021.2 on Ubuntu 18.04. So...I figured it out! Here are the steps: 1. Installed python-based virtualenv using: sudo apt-get install virtualenv2. Open WebStorm 1) Left-click on ‘...
Community
WebStorm
Does anyone have a concrete example of having Node.js in a virtual environment and then using it in WebStorm?
0 votes
Created
August 07, 2021 20:19
After doing 'Help' menu >Edit Custom Properties; added idea.max.intellisense.filesize=25000, I did the following within the venv of PyCharm: 1- Started a new project 2- pip3 install pycairo 3- pip...
Community
PyCharm
Show me clear way to get code completion with PyGObject
0 votes
Created
May 26, 2021 02:40
I managed to solve the problem! I used 'sudo apt install' from within my venv to install all the libs; then use 'pip install' to install the python module into the venv. The problems stemmed from...
Community
PyCharm
Need Help installing GMPY2 2.0.8 into my PyCharm venv
0 votes
Created
May 15, 2020 06:54
I am using the Community version of IntelliJ version 2020.1.1, Build #IC-201.7723.91m built on April 29, 2020. Using OpenJDK 11.
Community
IntelliJ IDEA Users
Need help to get a set of files from a jar file running in Intellij community version on Ubuntu Linux
0 votes
Created
April 19, 2016 06:04
The problem was all about ownership of the folders and files. Changing the owner with sudo chown -R username:group directory recursively changed the owner from root to me and then all was well.
Community
PyCharm
[SOLVED]---- Trouble saving edited files in Pycharm 4.5
0 votes