z xy
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
已编辑于 Cannot access class 'com.intellij.openapi.module.Module'. Check your module classpath for missing or conflicting dependencies
已回答Gradle Idea plugin project plugins { id("org.jetbrains.intellij") version "1.2.0" kotlin("jvm") version "1.5.31"}group = "org.example"version = "1.0-SNAPSHOT"// See https://github.com/JetBr... -
创建于 Cannot find builtin plugin
已回答Cannot find builtin plugin JavaScript and TypeScript(JavaScriptLangauge ) for IDE: D:\.gradle\caches\modules-2\files-2.1\com.jetbrains.intellij.idea\ideaIU\2021.2.1\382c0b089ef214062b04298f4537997f... -
已编辑于 How to embed language for xml tag?
已回答I am maintaining a plug-in. One of the functions is to provide editing of the wxml file. This file is very similar to the xml file and contains many unique tags, but does not include the tags that ...