Issam GUISSOUMA
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
已编辑于 how to use KotlinJsr223JvmLocalScriptEngineFactoryto evaluate scripts that import functions/variables from other files in the same project
已回答Hi there, I'm building a plugin that run Kotlin-based DSL on a server that run json scenario files with the s. The goal is to allow developers to write tests in kotlin that genearate the json targ... -
创建于 How to provide extra attributes to tags using xsd descriptors on an intellij plugin?
I'm developping a plugin where I register a new xml extension like below: public class NsHtmlExtension extends HtmlXmlExtension { @Override public boolean isAvailable(PsiFile file) { ... -
创建于 Intention for xml file that replace an attribute with two custom attribute with different prefix with same value
已回答Hello, On a plugin I want to do the following action for an intention in XML file. Intention appear when you are on an xml attribute (cursor on text) <label text="hello" color="red"></label> When ...