Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mikhail Golubev
Total activity
259
Last activity
July 23, 2024 13:15
Member since
October 23, 2013 12:20
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
103
Activity overview
Posts (0)
Comments (155)
Sort by recent activity
Recent activity
Votes
Edited
April 20, 2018 14:18
Hi everyone, There are two different but intertwined problems described here. The first one is that it's not possible to use and upgrade pip using the standard "pip install -U" from within PyCharm ...
Community
PyCharm
Says package "installed successfully", but doesn't actually install
1 vote
Created
December 22, 2017 14:17
Hi Noam, No, at the moment we import and introspect at runtime only binary modules such as those listed in sys.builtin_module_names and others that we're able to find in sys.path (we then generate ...
Community
PyCharm
Inspection support for modules with dynamically added attributes
1 vote
Created
December 04, 2017 14:50
Hi Petr, It's an example of somewhat confusing yet expected behavior, since in Python 3 you need to explicitly use dotted qualifiers in order to do relative imports: in this particular case "from...
Community
PyCharm
Relative import from within a 'Python Package'
1 vote
Created
October 17, 2017 13:50
Yes, apparently this difference in LD_LIBRARY_PATH is the case, which is weird since it should have been inherited once you restarted the IDE.
Community
PyCharm
Pycharm issue with CUDA 8.0
1 vote
Created
May 16, 2017 16:04
Hi there, If you hit Alt+Enter (Show Intention Actions) on that "from tkinter import *" import there is the intention "Convert to 'import tkinter'". Then, after "from" import is converted to a plai...
Community
PyCharm
Refactoring "from _ import *" to "import _ as _"
1 vote
Created
February 15, 2017 13:59
Hi Kevin, Yaroslav have created one recently. Vote for it or star to receive notifications of the progress.
Community
PyCharm
How do I select a paragraph in PyCharm?
1 vote
Created
February 08, 2017 17:32
Hi Joe, It's highlighted blue not because it's some special kind of type hints, but because type annotations are processed as normal Python expressions, and "int" is a built-in name so the settings...
Community
PyCharm
Syntax Highlighting for Type Hints
1 vote
Created
January 31, 2017 08:46
Hi Max, It can be achieved by using type hints. You could either create a separate .pyi stub with an auxiliary definition of this class that contains all such generated fields or just put them di...
Community
PyCharm
How can I make the autocomplete know about pseudofields in a class?
1 vote
Edited
January 25, 2017 14:57
Hi there, Unfortunately, there is no built-in action to generate such documentation from docstrings found in the project sources. The right way to do it at the moment is to setup Sphinx with "aut...
Community
PyCharm
How do I go from .py to .html or some other nicely laid out documentation?
0 votes
Created
November 28, 2016 14:42
Hi Paulius, We use docutils to extract information about the parameters and the return value of a function. It seems that you need to put a blank line after "Function's description" so that the c...
Community
PyCharm
PyCharm function documentation style and preview
1 vote
«
First
‹
Previous
Next
›
Last
»