Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in

Imjustjavad

Avatar
  • Total activity 10
  • Last activity August 06, 2024 08:13
  • Member since July 30, 2024 09:16
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 3
Activity overview Posts (2) Comments (3)
Sort by recent activity Recent activity Votes
  • Created August 03, 2024 12:26
    https://plugins.jetbrains.com/docs/intellij/run-configurations-tutorial.html#implement-a-runconfiguration
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. How to define custom runConfiguration or runConfigurationFactory in plugin.xml file? (if needed)
    • 1 vote
  • Created August 06, 2024 08:13
    thanks. 
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. how to create a new test framewok plugin?
    • 0 votes
  • Edited August 01, 2024 07:09
    hello, i think this works: public static boolean isMapType(PsiType psiType, Project project) { if (psiType == null || project == null) { return false; } JavaPsiFacade facade = ...
    1. Community
    2. IntelliJ IDEA Open API and Plugin Development
    3. How to judge PsiType implements java.util.Map
    • 0 votes
Copyright © 2000– JetBrains s.r.o.