Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcus Chok110
Total activity
25
Last activity
March 23, 2024 01:32
Member since
January 31, 2024 17:12
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
6
Activity overview
Posts (6)
Comments (8)
Sort by recent activity
Recent activity
Votes
Edited
March 23, 2024 01:32
Hi Karol Lewandowski ,I thought this functionality already exists in the platform. For example, there is a Code Template for generating a Java test method, and when generating it inside the editor,...
Community
IntelliJ IDEA Open API and Plugin Development
Using a File/Code Template as a Live Template
0 votes
Created
March 23, 2024 01:28
Just submitted a ticket at https://youtrack.jetbrains.com/issue/PY-71475/Project-Wizard-Validation-Doesnt-Block-Creation-when-using-NewProjectWizardDirectoryGeneratorAdapterThank you, Karol!
Community
IntelliJ IDEA Open API and Plugin Development
Project Wizard Validation using NewProjectWizardDirectoryGeneratorAdapter
0 votes
Created
February 28, 2024 01:41
I'll look into both of those then, thank you so much again!
Community
IntelliJ IDEA Open API and Plugin Development
Completion Provider with Custom Condition and Improper Handling of Special Characters
0 votes
Created
February 28, 2024 01:40
Okay, understood, thank you so much Karol, I'll look into the resources you provided!
Community
IntelliJ IDEA Open API and Plugin Development
Custom Project FIle/Directory Path Completion Contributor and Provider for YAML Files
0 votes
Created
February 26, 2024 16:05
Hi Karol Lewandowski ,Thank you for the reply! I had come across that post but I wasn't sure if it was out of date since it's a decade old, and I didn't quite understand some of the follow up repli...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Project FIle/Directory Path Completion Contributor and Provider for YAML Files
0 votes
Edited
February 14, 2024 03:04
It seems the compiler complains when I try that, since this.<String, String>map().provideDelegate() returns StoredProperty<Map<String, String>> instead of MapStoredProperty<String, String>I think I...
Community
IntelliJ IDEA Open API and Plugin Development
Run Configuration - Update to Map Stored Property in UI does not allow "Apply"
0 votes
Created
February 02, 2024 17:52
Alright perfect, thank you so much for the clarification!
Community
IntelliJ IDEA Open API and Plugin Development
Optional Plugin Dependency Failed to Compile without Plugin Registered in build.gradle.kts
0 votes
Created
February 01, 2024 14:19
Karol Lewandowski Thank you for the reply!Sorry, it was my understanding that by using optional dependencies from the docs that I could use that Python plugin's functionality only if it installed (...
Community
IntelliJ IDEA Open API and Plugin Development
Optional Plugin Dependency Failed to Compile without Plugin Registered in build.gradle.kts
0 votes