开发者

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

开发者 https://www.devze.com 2023-03-11 01:22 出处:网络
开发者_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 t
开发者_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

精彩评论

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