Lingvisa
- Total activity 141
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 52
-
Created In debugging mode, source code doesn't update with the debugging point
AnsweredMy Pycharm's debugger has been working fine. But today it suddenly got a problem. When I started the debugging in one file and traced the execution logic into another source file, the current sourc... -
Created How to let PyCharm automatically find and import dependency?
For example, if I am writing: Agent.run("start") Where 'Agent' has not been imported yet, currently I have to remember where Agent is from and then manually import it. Is it possible that PyCha... -
Created Dependencies exist but Pycharm shows unresolved reference
For example: from cymem.cymem cimport Pool The cymen has actually been installed the environment in which this project is running. Why does PyCharm still display an error? -
Created How to type the special character line beginning in regex mode?
AnsweredIn Pycharm, I need to run the 'replace' operation, and I want to type the regex character to represent the line beginning (I don't know how to type from the keyboard). For example, the line ending... -
Created How to go back and forth in debugging mode?
AnsweredIn debugging, I often found it useful to be able to go back to some point before the current cursor and re-debug a block of code that I already debugged once, because I need to debug multiple times... -
Created How to a block of code selected to the left Pycharm?
AnsweredFor example, if i have selected a block of text in my editor of PyCharm, by pressing tab I can move them to the right together, which is nice. How to move them to the left after selecting them? -
Created How to recover keymap setting?
Hello, I want to navigate to the class or function definition by double click on an element in the source code, so I modified the keymap setting of "declaration". I removed the original settings, a... -
Created Why I can't delete of selected block of code?
AnsweredI am working on MacPro, and I can delete character-by-character by pressing the 'delete' button, but if I select a block of code, and then press the 'delete' button, it doesn't delete. As I consta... -
Created My PyCharm debugging suddenly crashed!!!
It's on my mac high sierra. Debugging in PyCharm has been good. Today I found it didn't work any more, and gave the message below. I identified the problem was due to the import statement: " from m... -
Created Does IntelliJ come with a Tomcat container with it?
AnsweredHello, I have a maven project with a Web application using spring-boot framework. I can start my Web application on my localhost in IntelliJ, but not at command line. In command line, I should be a...