Issam GUISSOUMA

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Issam GUISSOUMA commented, -
Issam GUISSOUMA created a post, Answeredhow 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... -
Issam GUISSOUMA created a post, 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) { ... -
Issam GUISSOUMA commented, -
Issam GUISSOUMA created a post, AnsweredIntention 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 ...