Is there any way to configure Eclipse to behave more like VisualStudio?
The following thing is missing and I liked it very much in VS:
When the list of function names pop up and you begin typing you only get the functions that start with the fragment you typed. But in VS you get a list of functions that include the typed fragment.
For example: type "Color" in Eclipse, you get nothing type "Color" in VS you get: setBackgroundColor(), getBackGroundColor(), ... and so on
I think this is a very cool feature. So if you want to get all the functions that deal with color you just type it and get them.
Is this possible in eclipse?
Thanks in advance!