Mariano de Achaval
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 5
-
已编辑于 How to create a new distribution
I want to create a new my own distro based on IJ CE with my own plugins. Is there any example on how to do this. Any Gradle integration? Regards -
创建于 Get the context of an Injected Language location
I'm injecting a language inside an XML. And is working perfect. My problem now is that when processing that language I need to know where in the xml it was injected. Kind of asking the parent of th... -
创建于 Listener for module library changes
已回答I'need to be able to listen to module library changes to determine when I need to restart some externa process. Is there a way to do this? -
创建于 How to implement return type hint in a function like the one in scala
I have my own language and I want to be able to show in the editor the return type of a function when it is not specify the same way that the Scala plugin does. The same goes to the parameter names... -
创建于 Completion with template
Is there any way to support templates through the completion item provider api. The idea is that when the user selects the item instead of just text to insert is a template.