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
Created
March 15, 2018 08:06
Yes, we navigate to .pyi stub for a module if any exists. You can easily jump back to the respective definition using the small asterisk icon in the gutter. The problem here is that for some reason...
Community
PyCharm
PyCharm incorrectly includes pycharm-community-2017.3.3/helpers/typeshed/stdlib/3/typing.pyi instead of built-in typing
0 votes
Created
February 19, 2018 14:06
I've created a feature request describing one possible way to handle such extra built-in names. Please follow it to be notified about the progress and related discussions.
Community
PyCharm
Userdefined builtins or globals
0 votes
Created
February 01, 2018 14:12
That's correct, .pyi stubs do not allow you to declare that some symbols are provided by the runtime and don't need to be explicitly imported, i.e. extend the interface of the standard builtins.pyi...
Community
PyCharm
Userdefined builtins or globals
0 votes
Created
December 22, 2017 17:10
Hi there, It happens because Interpreter Paths are taken into account only during static analysis (first of all, to resolve symbols in the stdlib and third-party libraries). Unlike content and sour...
Community
PyCharm
Gimp Integration failing.
0 votes
Created
November 29, 2017 19:06
Hi there, Do you mean making so that "import_python("filename.conf", "*")" call was treated as "from filename.conf import *"? Honestly, I'm not sure that there is an existing extension pointat the ...
Community
PyCharm
Support For Custom Import Statements
0 votes
Created
November 29, 2017 18:38
Hi Nihaal, No, unfortunately, we don't provide any means to configure such customized docstring format yet. Moreover, even in well-known docstring formats such as reStructuredText or Google code st...
Community
PyCharm
Docstrings - Specifying type
0 votes
Created
October 31, 2017 18:44
Hi there, Normally, we are able to properly infer the type "Coroutine[Any, Any, bool]" for such functions. Could you please show the full definition of "is_global()" including its docstring and wh...
Community
PyCharm
Class 'X' does not define '__await__` on coroutines
0 votes
Created
October 27, 2017 20:02
Hi there, I'm afraid this is just the way this feature works at the moment, there is no dedicated setting to change this subtlety in its behavior. Besides, see, in a single quoted string literal yo...
Community
PyCharm
How to overwrite expanded triple quotes
0 votes
Created
October 25, 2017 18:39
Hi Joel. Could you please create an issue about that problem on our tracker with exported code style setting and idea.log attached? We will try to figure out what's going on there.
Community
PyCharm
Pycharm: Auto indentation not working on specific file
0 votes
Created
October 18, 2017 11:39
It depends on where these extra entries in LD_LIBRARY_PATH are set. Normally, you need to log out of the system so that the process of your desktop manager updated its environment and propagated it...
Community
PyCharm
Pycharm issue with CUDA 8.0
0 votes
«
First
‹
Previous
Next
›
Last
»