score:1
unfortunately, eclipse doesn't understand when you're typing in a string that the ,
you hit doesn't mean go to the next parameter. this is something hard-coded into their parser.
take a look after the r
in newchar
; that's the border you're looking for.
you'll want to hit esc when you auto-complete since you are in refactoring mode (notice the border around the parameters).
this is similar to when renaming a method or field using alt+shift+r - the border appears, indicating what you're doing is supposed to be "smart".
Source: stackoverflow.com
Related Query
- How can I stop the cursor in Eclipse from jumping around automatically?
- How can I stop the LogCat output from scrolling automatically in Eclipse?
- How can I keep the Eclipse debugger from automatically expanding the Package Explorer into libraries on exceptions?
- How can I stop Eclipse from helping me and overriding what the 'End' key does?
- How do you stop Console from popping up automatically in Eclipse
- How do I stop JPA Facet on Eclipse from updating all the time?
- How can I stop Eclipse from asking to install Subversive Connectors
- How to stop Eclipse from moving cursor for closing java parenthesis?
- How can I set the java.library.path used by eclipse from a POM?
- How can I stop the tree view expand/collapse icons from fading when losing focus in Eclipse?
- Using Eclipse 3.5 PDT, how do I stop it from automatically converting <? into <?php ?>?
- How to stop Eclipse from putting the variable type after the variable name
- Stop Eclipse from automatically opening the debug perspective when starting server in debugging mode
- How can I use the eclipse indenter from my code?
- Stop Eclipse console from jumping to the bottom when printing results
- How can I use Eclipse Memory Analyzer Tool to dump the heap from a running process?
- How do I stop @Unrolled Spock tests from showing up as "Unrooted Tests" in the Eclipse Junit View?
- From within the Eclipse IDE, how can I show a list of types that exist in a jar?
- How can I prevent Eclipse from adding the 'final' for certain lines of Java code?
- How can I access which files the user currently has open from an eclipse plugin?
- How can I install my Eclipse plug-in from the Eclipse Marketplace?
- How can I quickly lookup an interface method's parameters from the Eclipse editor (Java)?
- How do I stop eclipse from automatically starting up an android emulator?
- How can I launch eclipse mavericks from the doc
- How can I prevent Eclipse from automatically switching and creating Run and Debug Configurations?
- How can you import M2E Maven projects into Eclipse from the command line?
- How can I stop eclipse to modify .classpath automatically
- How can I exclude one persistence.xml from the test classpath in Eclipse without using Maven/Ant?
- How to install Team artifacts plugins in the Eclipse IDE, such that I can import or export code from repositories?
- How to enable the Tab key to "leave / jump out" the cursor from closing ""{}[]()'' in Eclipse Neon with PDT?
More Query from same tag
- How to Enable the Console in Eclipse
- Passing Data from ListView To TextView in different Activities, Android
- SurfaceView Custom Class xml?
- How to convert back maven project to java web project
- java.lang.ClassNotFoundException: SecuGen.FDxSDKPro.jni.JSGFPLib
- Glassfish Server Adapter in Eclipse (java.lang.IllegalArgumentException: port out of range:1118080)
- How to update the maven version without pom backup files
- Android Only compiling with API 20: Android 4.4 (KitKat Wear)
- Not using any kind of javafx application still it says extend javafx
- Eclipse can't handle CSS3 Animations
- ScalaTest in Eclipse: Running it gives NullPointer Exception
- How to generate java source using database details in eclipse
- image is not displayed after getting the path from the database
- Gradle- Eclipse and IDEA plugin in same script?
- Maven archetype for java ee 6 and eclipse
- Getting error The method sort(List<T>) in the type Collections is not applicable for the arguments (List<LinkedInUser>)
- failed to connect with winsock - error 10049 on c
- Eclipse plugin for hadoop
- Couldn't find MSVC toolchain in eclipse though Microsoft Visual Studio 2012 is installed
- Im using Eclipse to development on Android how can i view a Log?
- Eclipse build configuration for OpenMP
- What code should I write in my Welcome.java servlet to redirect to another servlet based on my html file?
- Is there anything to prevent re-importing all projects when Eclipse crashes?
- Not implementing all the methods of an interface
- Eclipse Java Projects in the Cloud
- Open specific Eclipse perspective from command line
- JBoss Tools 3.2, Helios (eclipse 3.6.2) - Project Archives shows only JAR option
- Java project source folders are missing after Git pull but Eclipse says they exist
- java.io.IOException: The system cannot find the file specified
- add server side data into html list?