luiz.mineo

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
luiz.mineo created a post, AnsweredCreateFileFromTemplateAction: How to add a file name validator?
Hi, I have an action in my custom language plugin that allows users to create new scripts. This action extends CreateFileFromTemplateAction and has the following implementation: public class NewKob... -
-
luiz.mineo created a post, AnsweredCompletionContributor: How to show multiple entries with same name?
Suppose I have a CompletionContributor that produces LookupElements with same name, but for distinct symbols. Example: public class MyLanguageCompletionContributor extends CompletionContributor { ...