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
January 18, 2017 10:45
Hi there! Sorry for the late update. Currently indentation of comments is not taken into account when calculating indents/block structure of a program just like in Python interpreter itself. Unfo...
Community
PyCharm
How to align next line with comments and not code
0 votes
Created
January 17, 2017 22:06
Hi Marcel, sorry for the late reply. No, unfortunately, there is no such feature at the moment. The obvious way to create such methods is to turn them into stateless @staticmethods, but the latter ...
Community
PyCharm
convert function to class method?
0 votes
Created
January 17, 2017 08:41
You might have accidentally enabled running "Optimize Imports" as part of "Reformat Code" action. There is a checkbox for it in "Reformat File" dialog (Ctrl+Alt+Shift+L). Optimize Imports is also...
Community
PyCharm
Unconfigurable Auto Remove of Unused Python Imports
0 votes
Created
November 28, 2016 14:04
Hi there! According to PEP-484 the proper syntax is actually "List[int]" (notice the capitalization). Also, don't forget to import the name from "typing" module first. As the rule of thumb, regar...
Community
PyCharm
Pycharm type hinting for list warning
0 votes
Created
November 28, 2016 13:25
Hi Joan! There is an intention called "Convert method to property", though it allows to convert only the most basic getter-functions to read-only properties. Nonetheless, it should help you to au...
Community
PyCharm
Is possible to refactor a method to a property?
0 votes
Created
November 22, 2016 11:42
Hi Sebastien! Sorry for such an awfully late reply. We indeed support numpydoc docstring format and render corresponding sections, tables and formulas using bundled Napoleon and docutils packages, ...
Community
PyCharm
Nice formatted documentation of external module in PyCharm
0 votes
Created
November 21, 2016 19:48
Hi Marcel! At the moment duplicates are detected only inside the body of the same function or in other methods of the same class, even in trivial cases like that above (e.g. no global/nonlocal vari...
Community
PyCharm
Extract Method not prompting for duplicates?
0 votes
Created
November 21, 2016 19:26
Hi Michael! Sorry, I've completely missed this question. Is this problem still relevant? Could you please attach a screenshot of "Project" tool window in a Project where "Clean Python Compiled File...
Community
PyCharm
Cannot "clean python compiled files" when Python 2.7 is configured
0 votes
Created
November 21, 2016 18:49
Hi Shayan! Sorry for a late reply. Nope, unfortunately, such option exists only for dict literals now (Code Style | Python | Wrapping and Braces | Dictionary literals | Wrap always/Chop down if lon...
Community
PyCharm
Place list items on a new line
0 votes
Created
November 21, 2016 18:25
Hi Mark, sorry for the late reply. It's an unfortunate issue related to the way we resolve symbols in type comments. We will fix it soon, please follow PY-19807.
Community
PyCharm
Python 2.7 type inference and TypeVar
0 votes
«
First
‹
Previous
Next
›
Last
»