Full-fledged Auto-complete

adminguy's picture
Posted October 24th, 2013 by adminguy

Auto-complete has become one of the most addictive features of all popular desktop IDEs like Eclipse and Visual Studio.

However, not too many of our users are aware that the Programmr Web IDE supports full-fledged autocomplete too, for a host of languages.

The Programmr IDE suppors Full-fledged auto-complete for Java, Android, iOS, PHP, C#, HTML, Javascript, J2EE and Flex currently.
 
You can checkout the auto-complete functionality in the Java demo below.

Simply type "s1." on a new line in the code. You should see the auto-complete dropdown appear containing all the public methods that you can call on the String object.