Marcel Pleyer

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
-
Created Implement multiple languages in plugin
Is it possible to implement HTML language and Java for a custom language plugin? So the plugin should handle 3 languages: 1. rythm (custom language) 2. HTML 3. Java -
Edited Code completion package names in custom language plugin
AnsweredIs ist possible to get code completion for package names in a custom language plugin? Thanks for your help Marcel -
Created Java Script warning in custom language plugin
My custom language plugin shows me these warnings with the highlighting below: "Expression statement is not assignment or call This inspection reports expression statements which are not assignment... -
Created Allow language injection in custom language plugin
AnsweredIs there a way to allow language injection in a custom language plugin? Thanks for your answers. -
Created Configurable code completion list in custom language
AnsweredIn my plugin I have already a completion contributor class which contains some keywords for code completion.Is there a way to get a customizable code completion list for users of my custom language... -
Edited Rythm formatter custom language plugin
Hi, I'm currently writing a plugin for IntelliJ which should recognize rythm engine code. It's a template engine where the syntax starts with @. In my case rythm is mixed with HTML in a .html fil...