Bing
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
已编辑于 cannot access map during function
已回答For the function `convertToMarkDown` https://github.com/madneal/sec-dog/blob/e63eb04aa9226bcc175d05f849edf6598bd9d233/src/main/kotlin/com/github/madneal/secdog/Checker.kt#L53 I tried to add a map s... -
创建于 cannot get vfs File
已回答Try to get the vfs file val file = VfsUtil.findFileByIoFile(File("README.md"), true) But the file was always null. -
已编辑于 suggetions for plugin development
已回答Recently, I am begin the plugin development. I come across lots of problems during the development. Some reasons are I am fresh to plugin development. I do want to give some suggestion from my pers... -
已编辑于 Any way to delete a file before create
已回答I am trying to create a file by psiFileFactory: val project = e.getData(PlatformDataKeys.PROJECT)var psiFileFactory = PsiFileFactory.getInstance(project)val createFileFromText = psiFileFactory.crea... -
创建于 pycharm cannot debug with ModuleNotFound error
已回答I have a app.py which could be run normally. Somehow the app.py cannot be debugged but can run without any problem. I have tried: re-install the pycharm from scratch, and delete all the settings a...