Tagged Questions
The intellij-plugin tag has no wiki summary.
15
votes
15answers
3k views
What is the best IntelliJ IDEA plugin?
I like the Regex and SQL plugins. Which are your favorite ones?
7
votes
2answers
757 views
“Resource not found” when building Android app under IntelliJ 9.0 Maia Public Beta
I'm trying to port an app from Eclipse to IntelliJ. The app builds fine but it fails to run properly.
Here's a partial stack trace I receive:
ERROR/AndroidRuntime(957):
...
2
votes
2answers
319 views
IntelliJ + SBT plugin + multiproject setup = Unresolved dependency?
I created a new project with the following structure (obfuscated names :):
Parent
|-- Child A
|-- Child B
The light build definition in Parent/build.sbt is as follows:
name := "Parent"
...
1
vote
3answers
103 views
How do I disable IntelliJ IDEA's type inspection?
IntelliJ IDEA's Scala plugin many times complains about "type mismatch" even though the code in question compiles absolutely fine. I find this quite irritating, and would like to disable this feature. ...
1
vote
1answer
45 views
How to write an IntelliJ IDEA Plugin?
IDEA has many plugins to use. I.e. IDEtalk is one of them which I use. How can I code a simple plugin that just connects to Internet and shows a web page? (no need for an address bar but it is not a ...
1
vote
1answer
75 views
In IntelliJ IDEA 9, how can I run an ant task after application run?
There is a "Run Ant target" option under "Before launch" in IntelliJ's Run/Debug Configurations. I wrote a script, to copy a file before the launch and on the other side, I need to delete this file ...
1
vote
1answer
85 views
Draw Database Schema based on JPA entities in IntelliJ
Does anyone know if there is a plugin available for IntelliJ that will draw the database schema diagram based on JPA entity classes?
1
vote
1answer
220 views
Can't commit from git plugin in Intellij Idea
While I am trying to commit my project from git plugin of Intellij Idea ,it's showing an err msg like
"error: insufficient permission for adding an object to repository database .git/objects
error: ...
1
vote
2answers
366 views
IntelliJ scala console, interactive developement
I have just started "coding" in Scala, coming from F# I am trying to find a way to have a similar environement.
Currently I am using IntelliJ 10.0.2. with the Scala plugin. On any given project I am ...
1
vote
1answer
119 views
Looking for: IntelliJ IDEA plugin with BeanShell syntax support
I was wondering if there is a plugin to support the BeanShell scripting framework in IntelliJ IDEA? Setting the *.bsh file type as a Java source causes all sort of bad syntax warnings.
Thank you,
1
vote
1answer
115 views
IntelliJ's Idea Server Plugin
I don't understand how to upload settings to the central server with Idea Server Plugin. I've logged into my JetBrains account, but I don't see any additional screens to do anything. I am using ...
1
vote
2answers
786 views
Clone private Mercurial repository on bitbucket.org into InetlliJ IDEA with hg4idea plugin?
I created private repository on bitbucket.org. I want to use it from IntelliJ IDEA.
I choose "Check out from Version Control" and there is message box with field Mercurial Repository URL and Test ...
1
vote
2answers
692 views
.vimrc for IntelliJ Idea's vim plugin
I am using the vim plugin for IntelliJ Idea.
Where should I place the .vimrc for that plugin.
Using Windows XP
1
vote
1answer
690 views
IntelliJ bad plugin how to start
Hi I have just started using IntelliJ again and have version 9. I just installed the Mecurial plugin and now the ide won't start anymore.
Has an error of
Fatal error initializing class ...
1
vote
2answers
151 views
How to test a intellij plugin
Documentation on Intellij plugin development is scarce. If you have written any Intellij plugin, how did you write tests for plugin? Any pointer to documentation or source code is appreciated.
0
votes
0answers
39 views
Does IntelliJ GWT studio plugin support Hotswap of GWT client side classes?
I am working on a project using GXT. When I use eclipse as the development environment, I see that the client side classes are being hot swapped.
For example, if there was a button pressing which ...
0
votes
1answer
30 views
How do you combine two tabs into one floating window in Intellij?
In Eclipse I can just drag-and-drop two tabs into one window. For instance, I like to keep my JUnit and Search tabs together:
How can you do this in Intellij?
0
votes
1answer
32 views
Zend Debugger asks if I want to open 'index.php' on timeout
I use Zend Debugger in Intellij, and I've noticed that when I'm stepping through code, if the call made by the client times out (because I'm taking too long stepping through the server code), the ...
0
votes
1answer
40 views
Intellij Open Api access
How can I find, access and use the classes of Intellij Open Api that perform the analysis of the java code and its convesrion to Tree Nodes? I am refering to those being used in plugin development, ...
0
votes
0answers
27 views
How to create PSI references from javadoc custom tag value
I have seen that I can use PsiReferenceProvider to provide references from string literals.
String zas = "psiReferenceProviderworkshere";
But I want to be able to create references from the value ...
0
votes
0answers
49 views
How to trigger build jar action from a plugin?
To automatize the process we need a plug-in that builds up jar file and sign this jar file using signJar function with the parameter of the name of built jar file.
first builds jar file of the ...
0
votes
2answers
260 views
Shortcuts for testing out small code snippets in IntelliJ IDEA?
I use IntelliJ IDEA and was thinking about how nice it would be to be able to pop up a context where I could write, compile and run some simple core java code and then automatically dispose of the ...
0
votes
0answers
173 views
Android and IntelliJ run problem
When I start my app via IntelliJ it erases the old version on the phone and deploy the new one.
Well no... it erases it one time, then it keep running the old code over and over, then it decides to ...
0
votes
1answer
486 views
javadoc auto generation for intellij
Is there an automatic javadoc generation plugin for intellij? Example http://jautodoc.sourceforge.net/
0
votes
1answer
269 views
SVN Integration Plugin in Intellij does not support Check Directory Status?
Any idea why does the "SVN Integration" plugin in intellij does not support "check directory status" command? Similar to "check for modifications" command supported by Tortoise SVN client?
0
votes
1answer
88 views
Intellij IDEA: VCS markers on files
Is there a setting or a plugin to display VCS markers on files in the project view ?
Here is what i'm talking about (Subversive/Subclipse on Eclipse):
(I am mainly asking for Subversion).
0
votes
1answer
364 views
Xquery support in IntelliJ Idea?
Has anyone had any success developing XQuery in IntelliJ? Specifically, does anyone know of any code completion or code syntax highlighting abilities that exist already or that you've built?