Marcus Chok110

- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 6
-
Created Using a File/Code Template as a Live Template
AnsweredHello,I'm currently using a File/Code Template to generate some code inside an existing file. Is there a way to trigger the live template behaviour programmatically (i.e. inside an Action) using th... -
Created Project Wizard Validation using NewProjectWizardDirectoryGeneratorAdapter
AnsweredHello,I'm using a GeneratorNewProjectWizard and a GeneratorNewProjectWizardBuilderAdapter / NewProjectWizardDirectoryGeneratorAdapter to register a ModuleBuilder / DirectoryProjectGenerator for Int... -
Created Completion Provider with Custom Condition and Improper Handling of Special Characters
AnsweredI had two miscellaneous questions regarding Completion Providers/Contributors if you don't mind:1. I know you can filter the type of token to apply the Completion Provider to with the Completion Co... -
Edited Custom Project FIle/Directory Path Completion Contributor and Provider for YAML Files
AnsweredI'm trying to create a custom completion contributor and provider where I can make it so certain YAML keys have completion with available file/directory paths in the current project.E.g. If I have ... -
Created Run Configuration - Update to Map Stored Property in UI does not allow "Apply"
AnsweredI am trying to use a StoredProperty<Map<String, String>> in my RunConfigurationOptions in order to store a number of dynamic entries in my run configuration settings and then display them on my UI ... -
Created Optional Plugin Dependency Failed to Compile without Plugin Registered in build.gradle.kts
AnsweredHello, I'm currently writing an IntelliJ plugin and I'm leveraging GeneratorNewProjectWizard to create new project generators for both IntelliJ and PyCharm. I'm using NewProjectWizardDirectoryGener...