Heiko Wagner
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
Heiko Wagner 创建了一个帖子, live templates in lambdas - are they supportet in IDEA 12?
I am currently using IDEA V 123.23 to evaluate Java 8 lambda support. It seems that the "sout" template does not work inside a lambda:ArrayList<String> resultList = new ArrayList<>();...resultList.... -
-
-
-
-
-
-
Heiko Wagner 创建了一个帖子, How to integrate a Java language block/fragment into a custom language plugin
In my custom language plugin, I have tried to integrate support for embedded Java code blocks.When my lexer encounters a { in reads up to the corresponding } and returns a token of type JavaElement... -
Heiko Wagner 创建了一个帖子, How to add "Browse Hierarchy" functionality in custom language plugin
Hi,I am currently working on a custom language plugin. I want to proivide a "Browse Hierarchy" functionality that shows the class hierarchy of the currently edited class.I have been adding an <type...