Questions tagged [intellij-plugin]

Plugin Development for IntelliJ-based IDEs

The IntelliJ Platform SDK is an OSS platform developed by JetBrains for creating language-aware developer tools, plugins, and custom IDEs.

The API provides support for custom languages and frameworks, including syntax highlighting, navigation, code completion, inspections, intentions, refactorings, a debugger, test runners, tool windows, actions, and more, as well as general lexers and parsers.

Resources:

1290 questions
-1
votes
1 answer

Android studio not open

Initially, 'unable to find bundled java version' tried to resolve the error and corrected it by replacing 'jdk' with 'jre'. However, Android studios have not opened since then. When I reinstalled the Android studio, it worked normally, but it did…
-1
votes
1 answer

Weblogic : Unable to ping server at localhost:7001

I am using WebLogic as an application server in IntelliJ. But after debugging and entering the username, this error appears and disconnects from the server Application: "Application Server was not connected before run configuration stop, reason:…
nahid afzali
  • 73
  • 1
  • 8
-1
votes
1 answer

How to change number of days to keep history in Android Studio Chipmunk

Accodring to this question, I wanna change the number of days to keep history for each project in Android Studio Chipmunk | 2021.2.1 Patch 2, I tried to search in registery setting but it look the option "localHistory.daysToKeep" is deleted or moved…
-1
votes
1 answer

How to restrict the @parma of javadoc to have comments in checkstyle

How to restrict the @parma of javadoc to have comments in checkstyle such as /** * text * @param args //Error reported here, must have comment */ public static void main(String[] args) {}
-1
votes
1 answer

How do I use the Manifold plugin with IntelliJ?

I'm attemting to use the Manifold plugin as follows: @Test void printBoard() { @JailBreak TicTacToe game = new TicTacToe(); game.printBoard(); assertEquals("- ,- ,-\r\n- ,- ,-\r\n- ,- ,-", outputStreamCaptor.toString() …
JCrew0
  • 89
  • 1
  • 13
-1
votes
1 answer

Intellij PlugIn developement - How to create and copy files and folders

I recently started working with IntelliJ PlugIns. In school we have a program called BlueJ, which is pretty bad but we have to program in it. To use IntelliJ instead I always have to copy the java files and create new folders and files. To go round…
Erik0806
  • 31
  • 2
-1
votes
1 answer

C:/ equivalent in Mac

I use mac and intellij and working on a java codebase where properties file have some properties like below: ops.payment.root.properties.file=file:////w:/webapp-conf/conf/ops-payment_root.properties The issues is since I am on mac I can't create a…
-1
votes
1 answer

intellij http client is non functional even though it is installed

have the plugin succesfully installed as evidenced here But don't get http file option when attempting to create new file, thus can't make http requests with intellij - LAME
NimChimpsky
  • 46,453
  • 60
  • 198
  • 311
-1
votes
2 answers

In Intellij, when I create new package and after right click new -> java class doesn't show

In new Interface package when I right-click in new java class option nit shown
-1
votes
2 answers

Unresolved dependencies path SBT - Scala Intellij Project

I have have newly installed and created spark, scala, SBT development environment in intellij but when i am trying to compile SBT, getting unresolved dependencies error. below is my SBT file name := "xxxxxxxxxxxxxxxxxxxx" version :=…
-1
votes
1 answer

IntelliJ displays UPPERCASE on Run Configuration section

In my Java apps, I realized that IntelliJ displays UPPERCASE on Run Configuration section as shown below. I thought it may be caused by Material Theme or Atom Icon plugins, but after disabling Atom Icon and selecting default Dracula Theme, it still…
user15807010
-1
votes
2 answers

regex for match line

we can use .* to match a line from regex. but I need something else similar to this. because intellij grammar kit doesn't support for .*
-1
votes
1 answer

Usage of velocity for plugin development

Edit Downvoter, how is this a bad question? I faced this issue because of classpath loaders required by velocity Idea is to create a predefined java class based on configuration through UI. Created an Action which pops up UI to get the…
-1
votes
1 answer

CodePro: where to find the plugin for Intellij Idea?

I have Codepro analytics plugin installed on my eclipse https://dl.google.com/eclipse/inst/codepro/latest/3.7 which I am using since may days. However I don't see any new version coming up for this. I am now shifting to Intellij Idea for my…
tpsaitwal
  • 422
  • 1
  • 5
  • 23
-1
votes
2 answers

Custom action button for executing intellij plugin

I have written a Intellij plugin that defines a custom action. I want to execute this via button icon like below. Any pointers on how to add this?
Saim Raza
  • 1,420
  • 13
  • 16
1 2 3
85
86