z xy
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited Cannot access class 'com.intellij.openapi.module.Module'. Check your module classpath for missing or conflicting dependencies
AnsweredGradle 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... -
Created Cannot find builtin plugin
AnsweredCannot 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... -
Edited How to embed language for xml tag?
AnsweredI 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 ...