Bing
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Edited cannot access map during function
AnsweredFor 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... -
Created cannot get vfs File
AnsweredTry to get the vfs file val file = VfsUtil.findFileByIoFile(File("README.md"), true) But the file was always null. -
Edited suggetions for plugin development
AnsweredRecently, 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... -
Edited Any way to delete a file before create
AnsweredI am trying to create a file by psiFileFactory: val project = e.getData(PlatformDataKeys.PROJECT)var psiFileFactory = PsiFileFactory.getInstance(project)val createFileFromText = psiFileFactory.crea... -
Created pycharm cannot debug with ModuleNotFound error
AnsweredI 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...