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:

1015 questions
-1
votes
1 answer

Intellij Plugin to generate an android project nature

Is it possible to implement an Intellij plugin that can generate a personalized android project in my workspace ? I'm looking for a source code of such plugin Best Regards
Othmandroid
  • 125
  • 1
  • 8
-1
votes
1 answer

Issues with modifying the editor document in Intellij Plugin development

When I do something like this in a a Writecommand action, editor.getDocument().insertString(offset, "Sample text"); I guess it is stored in cache and is not updated immediately. So what can be done to get the update in the very immediate line. I…
-1
votes
1 answer

Code styling without modifying the binaries

On the WebStorm for example and I believe in any Intellij product. You can easily refeactor the code and style it as you like from the setting 'Code Style'. But, the styling and refactoring actually change the binaries of the file. for example if…
Ido
  • 1,687
  • 1
  • 14
  • 16
-1
votes
1 answer

Can I get project build command in intellij plugin?

I'm trying to make plugin for Intellij. Can I get project build command in plugin? (like make dist or gbs build --include-all) And does it works for Android Studio?
-1
votes
1 answer

How to write code for IntelliJ - Android Plugin

I am writing a plugin for IntelliJ IDEA that depends on the Android plugin. The IntelliJ Community Edition source code doesn't seem to include the Android plugin. I want to access the APIs like AndroidFacet and AndroidUtils in my plugin project.…
nedR
  • 565
  • 1
  • 6
  • 13
-2
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 :=…
-2
votes
1 answer

Setting icon for the dialog created using DialogWrapper of IntelliJ

I have created a dialog by extending IntelliJ's "DialogWrapper". Now i want to set icon image for the created Dialog. The information about the DialogWrapper can be found here. How can i set icon(at top left corner) to the dialog?
Nandha
  • 320
  • 4
  • 18
-2
votes
1 answer

Intellij idea: how to extend the Java editor

I have managed to develop and run an intellij plugin. Would it be possible to create a plugin extending the java editor for instance by providing a custom code completion feature ?
lowcoupling
  • 1,961
  • 5
  • 30
  • 52
-3
votes
1 answer

com.intellij.openapi.project.IndexNotReadyException Documentation

I'm making an intellij plugin. I get this notice when i run some code in the selectionChanged method of the FileEditorManagerListener. I have no idea what the documentation alludes to - all references to this bend towards some android bug, but I'm…
bharal
  • 14,067
  • 31
  • 108
  • 182
-4
votes
2 answers

can't have spring annotation in intellij

i am new to intellij and all the annotation of spring are in red,i have download the spring data jpa when creating maven project and its still like this.. for example @entity (see photos)
wedew2
  • 5
  • 4
1 2 3
67
68