Konstantyn Diachenko
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 5
-
Created How to firstly suggest own list of annotations on after typing @ before java field
AnsweredHi community! I want to have in a completion list my platform annotations first after typing '@' symbol before java field. They are already in the completion list by some out-of-the-box logic. How ... -
Created How to properly create index and avoid IndexNotReadyException
AnsweredHi community! I am contributing to the Intellij plugin for the AEM platform (https://github.com/aemtools/aemtools). I want to implement some completion functionality that should be based on configu... -
Created Custom language with several not backward-compatible versions of syntax
AnsweredHi everyone. I am contributing to the Intellij plugin for the AEM platform. I am implementing custom language for HTL (Sightly) based on HTML. However, it provides 2 actual versions: 1.3 and 1.4. ... -
Created How to highlight escaped symbols for injected language into xml attribute value
AnsweredI am contributing to the Intellij plugin for the AEM platform (current branch - https://github.com/aemtools/aemtools/tree/209_jcr_language_highlighting_issue) The goal that I want to reach is to hi... -
Created Syntax highlighting for injected language into XML attribute value is not working
AnsweredI am contributing to the Intellij plugin for the AEM platform (actual version: https://github.com/aemtools/aemtools/tree/v0.9.2). There are XML files where I injected custom language into some attr...