Marcus Chok110
- 活动总数 25
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 6
-
创建于 Using a File/Code Template as a Live Template
已回答Hello,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... -
创建于 Project Wizard Validation using NewProjectWizardDirectoryGeneratorAdapter
已回答Hello,I'm using a GeneratorNewProjectWizard and a GeneratorNewProjectWizardBuilderAdapter / NewProjectWizardDirectoryGeneratorAdapter to register a ModuleBuilder / DirectoryProjectGenerator for Int... -
创建于 Completion Provider with Custom Condition and Improper Handling of Special Characters
已回答I 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... -
已编辑于 Custom Project FIle/Directory Path Completion Contributor and Provider for YAML Files
已回答I'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 ... -
创建于 Run Configuration - Update to Map Stored Property in UI does not allow "Apply"
已回答I 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 ... -
创建于 Optional Plugin Dependency Failed to Compile without Plugin Registered in build.gradle.kts
已回答Hello, 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...