Lingvisa

Avatar
  • 活动总数 141
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 52
  • 创建于

    In debugging mode, source code doesn't update with the debugging point

    已回答
    My 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...
    • 2 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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?
    • 3 个关注者
    • 4 条评论
    • 1 票
  • 创建于

    How to type the special character line beginning in regex mode?

    已回答
    In 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...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    How to go back and forth in debugging mode?

    已回答
    In 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...
    • 4 个关注者
    • 4 条评论
    • 2 票
  • 创建于

    How to a block of code selected to the left Pycharm?

    已回答
    For 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? 
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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...
    • 2 个关注者
    • 10 条评论
    • 0 票
  • 创建于

    Why I can't delete of selected block of code?

    已回答
    I 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...
    • 3 个关注者
    • 3 条评论
    • 1 票
  • 创建于

    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...
    • 1 个关注者
    • 1 条评论
    • 1 票
  • 创建于

    Does IntelliJ come with a Tomcat container with it?

    已回答
    Hello, 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...
    • 2 个关注者
    • 3 条评论
    • 0 票