I\'m doing some Android development, and I much prefer Visual Studio, but I\'ll have to use Eclipse for this.
Has anyone made a tool which can make Eclipse<
If you start typing the name of any class/variable visible in the current scope and hit Ctrl+Space, it'll bring down the autocompletion.
By default, tab is used to move around autocompleted function call arguments.