Making Eclipse behave like Visual Studio
Posted
by FlySwat
on Stack Overflow
See other posts from Stack Overflow
or by FlySwat
Published on 2008-09-28T14:53:56Z
Indexed on
2010/05/28
19:12 UTC
Read the original article
Hit count: 265
I'm doing some Android dev, and I much prefer Visual Studio, but I'll have to use Eclipse for this.
Has anyone made a tool that switches Eclipse to look and behave more like visual studio? I mainly can't stand its clippyesqe suggestions on how I should program (Yes, I know I have not yet used that private field! Thanks Eclipse!), or its incredibly lousy intellisense.
For example, in eclipse, if I don't type "this" first, its intellisense won't realize I want to look for locally scoped members. Also, the TAB to complete VS convention is drilled into my head, and Eclipse is ENTER to complete, I could switch everything by hand but that would take hours, and I was hoping someone had some sort of theme or something that has already done it :)
© Stack Overflow or respective owner