梁典典

- 活动总数 44
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 17
-
创建于 java.lang.NoClassDefFoundError
已回答I don't know what's going on, this problem has been bothering me for two days, does anyone know what's going on? I can't find a similar problem in the community -
已编辑于 How to get the type or custom type of a dart value?
已回答Hello, may I ask you to get the type text of the dart expression value. I am making a type hint function here, but it has not been able to get it correctly. The boolean displayed here should be ... -
创建于 holder.registerProblem doesn't work
已回答/** * yaml 版本自动补全 */class AutoVersionTool : LocalInspectionTool() { /// 访问了文件 override fun buildVisitor(holder: ProblemsHolder, isOnTheFly: Boolean): PsiElementVisitor { return YamlEle... -
-
创建于 How to register and use registerProblem in a thread?
已回答overrid fun visitFile(file: PsiFile) { if (!isOnTheFly) return val yamlFileParser: YamlFileParser = YamlFileParser(file, holder) val allPlugins = yamlFileParser.getAllPlugins() println(...