Khadanovich Sergey
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 Not highlighted imports
已回答Hi. I'm developing a library to support string interpolation feature in older java versions https://github.com/kh-bd/interp4j. In intellij plugin I am using `MultiHostInjector` extension point to a... -
已编辑于 ModuleLevelBuilder. Source code transformation support
已回答Hi! I want to support source code transformation by intellij. What I mean. For example, I have a source code file `Main.java`. During building process, before compiling original file, modified vers... -
创建于 Support string interpolations for java
已回答Hi! I'm trying to support string interpolations in java. You know, as in other good languages :) For example, void method() { String name = "Alex"; System.out.println(s("Hello, ${name}"));} I imp... -
创建于 Intellij support for compile time generated classes.
已回答Hello! I am developing a little library, which generates some factory classes at compile time. For example, if we annotate class Example, ExampleFactory will be generated. But, Intellij see such cl...