Lingvisa
- 活动总数 141
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 52
-
已编辑于 How to get old behavior when using git 'show diff'?
已回答I just upgraded to Pycharm 2021.2 and found an annoying change: In 'local changes', if I click 'show diff' on a file, it used to pop up a window with two split panels to show the diffs with a muc... -
创建于 Why does Pycharm not have regular expression search as previous versions do?
In the search box above text editor, it used to have options to use RE search or not, but now the version I am using (Mac, 2020.2) doesn't have the RE search. Why is that? And How can I get it back? -
创建于 How to skip built in python code in debugger?
When debugging, I want to skip any code that's not from me, especially the built in library or function from Python itself. I checked: 'Do not step into the library scripts' under debugger/stepp... -
创建于 Is it possible to add custom fields in the comment section?
已回答The 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... -
创建于 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... -
创建于 How to review others' code before git pull in PyCharm?
已回答Before 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 ... -
创建于 Why doesn't it show files in default changelists?
已回答I used to check in changes quickly by clicking 'git' -> 'show history', then in the changelist I can see what files are c... -
创建于 Can PYDEVD_USE_CYTHON=NO be made by default?
已回答To 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... -
创建于 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 ... -
创建于 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...