开发者

How to make Eclipse's content assist behavior similar to Visual Studio's IntelliSence

开发者_StackOverflow中文版

I'm a C# developer and recently started to use Eclipse IDE to write Android apps. The most noticeable change for me is that content assist doesn't popup automatically. Is there a way to do so? In VS it pops up almost always.

P.S. And a more general question: how to make eclipse to look more like VS?


Hey the best solution I've found, in terms of getting eclipse to pop up for everything I type, is going into windows > preferences > java > editor > content assist and adjusting the trigger characters. It's normally only set to ".". I changed mine to ".(abcdefgh..." etc. It's not quite as beautiful a solution as I'm sure you'd like, but it does an acceptable job making sure I don't have to remember what I've named things.


Go to Windows -> Preferences -> Java -> Editor -> Content Assist and check "Enable auto activation".

And what do you mean by "look like VS"? Fonts, colors, ...?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜