Lingvisa
- Total activity 141
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 52
-
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... -
Created How to go back to the original console?
AnsweredI often have such a problem: When my application is running, which may take quite a while, I can see all the log messages through the console. While I am waiting for the application to complete, I... -
Created IntelliJ can't find library but it works fine when compiling at terminal
AnsweredI used 'mvn clean install' and can't compile a project without any issue. But when working within IntelliJ, it reports it can't find a dependency. What's the issue? Please see the two attachment....