After using NetBeans for a while, I am now considering making the switch to Eclipse. Everything seems fine, but one thing that is bothering me is that Eclipse does not provide CSS class proposals like NetBeans does. In NetBeans, whenever I use or create a CSS class, it automatically appears as a proposal in the CSS file. It also suggests classes from previously used ones or from frameworks like Bootstrap. The difference can be seen in the images below:
For CSS file in NetBeans:
https://i.sstatic.net/mtpZ4.png
For PHP file in NetBeans: https://i.sstatic.net/fxr9C.png
However, when working in Eclipse, no CSS class or ID proposals are shown. This can be seen in the images below:
For PHP file in Eclipse: https://i.sstatic.net/Rkv04.png
For CSS file in Eclipse: https://i.sstatic.net/xPp4s.png I am currently using Eclipse Mars and have the WTP WebResources plugin installed.