Mariano de Achaval
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 5
-
Edited 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 -
Created 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... -
Created Listener for module library changes
AnsweredI'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? -
Created 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... -
Created 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.