Lingvisa

- Total activity 135
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 49
-
Created Is it possible to add custom fields in the comment section?
AnsweredThe automatically generated comments include all parameters and return as keys of the dict in the comment section. Is it possible to adde my own field name, i. e. ':example' as one more field? :p... -
Created Markdown plugin
I am in PyCharm and can't use markdown editing features. 2020 01 version. The JetBrains plugin is already installed however I can only read MD file, there is no setting for me to do any edit on i... -
Created How to review others' code before git pull in PyCharm?
AnsweredBefore I git pull, how can I conveniently review others' code? Before I git push, I can see the diffs between my file and repository. It would be great If i can see what files are changed and how ... -
Created Why doesn't it show files in default changelists?
AnsweredI used to check in changes quickly by clicking 'git' -> 'show history', then in the changelist I can see what files are c... -
Created Can PYDEVD_USE_CYTHON=NO be made by default?
AnsweredTo make the debugging process stable and predictable, it's very important to set: PYDEVD_USE_CYTHON=NO Otherwise, it's very hard to trace the mouth pointer, the current focus. But every time to set... -
Created Why is unresolved reference?
I have two simple python files in the same directory, one of which contains __main__ keyword. I can run it without any problem, but PyCharm indicates in red that 'Unresolved reference ...'. This ... -
Created How to add code comment?
I suppose I should use "show context actions" from the context menu to add code comment, but when I click it, it shows that 'no context actions at this location'. I put the caret within and outside... -
Created Debugger doesn't follow the trace well and make it very hard debug
I have the Pycharm Professional and often got this problem: When I trace the logic in debugger, sometimes at a step, the tracer doesn't stop at the source line it should be, and therefore makes i... -
Created Can't delete files by rm?
At my terminal I deleted a few files in my git project, then in PyCharm's changelist, I saw these files are displayed as gray, and after i right click on the menu the 'commit' command is disabled. ... -