Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Eclipe/Xcode-esque Paramete Completion

$
0
0

How do I get the code completion in IntelliJ to act like Xcode/Eclipse?

 

This meaning, typing a method that takes parameters, and when you select the method from the auto-complete list:

 

intToString(int val);

 

In Eclipse, you'll get:

 

intToString( (val-placeholder) );

 

and similar in xcode.

 

However, in IntelliJ, all you get is:

 

intToString();

 

How do you get placeholders for parameters in IntelliJ?

 

The closest I have found to this is IntelliJ IDEA 9's SuperComplete but in IDEA 12 I don't get the whole group of parameters like in this blog post but I rather get single parameters at a time.

http://blogs.jetbrains.com/idea/2009/09/super-method-completion/


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>