Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Israel Alberto Rv
Total activity
18
Last activity
September 26, 2020 15:56
Member since
October 20, 2017 02:59
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
5
Activity overview
Posts (4)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
October 21, 2017 03:32
Oh it works!I got your idea and it works! This is my in Git Hub: https://github.com/airvzxf/python-packages Let me explain step by step: 1. Go to the settings "Ctrl+Alt+S" and select the next opt...
Community
PyCharm
[Solved] Warnings import local package: Unresolved references inspection
7 votes
Edited
September 26, 2020 15:56
The solution is explained in this Stack overflow answer: https://stackoverflow.com/a/41262868Basically that you need is find first the Package then add the executable and finally link the libraries...
Community
CLion
CURL
0 votes
Edited
February 23, 2018 02:25
Dumb, dumb. I was wrong... Using the reformat format (Code -> Reformat Code). If I have this code: class what_ever: def test_one(self): pass def test_two(self): pass then I ref...
Community
PyCharm
[SOLVED] Missing inspection warning for python code in test files.
0 votes
Created
February 22, 2018 14:08
I'll try the @Julian's solution and post the results. @Pavel, the problem is about the PEP 8 code style, for example if you put this code in production instead of test then runs your the auto form...
Community
PyCharm
[SOLVED] Missing inspection warning for python code in test files.
0 votes
Edited
February 22, 2018 14:09
Community
PyCharm
[SOLVED] Missing inspection warning for python code in test files.
0 votes
Edited
October 21, 2017 01:44
I tried it but it is not that I'm looking because I loose the root path "./" and the main point is use in all the project the inspection tool, cleanup, see the status files with git colors, markdow...
Community
PyCharm
[Solved] Warnings import local package: Unresolved references inspection
0 votes