Hi,
I recently found the IDE response very slowly when editing JavaScript, especially when copy and pasting something in JavaScript. And the content assist function always gives error as below:
Problem During Content Assist
The org.eclipse.wst.jsdt.ui.JavaNoTypeCompletionProposalComputer’ proposal computer from ‘org.eclipse.wst.jsdt.ui’ plug-in did not complete normally. The extension took too long to return from the ‘computeCompletionProposals()’ operation.
To avoid this message, disable the ‘org.eclipse.wst.jsdt.ui’ plug-in or disable the ‘Other javascript proposals’ category on the content assist preference page.
I am using YUI in the project. Could this be the reason for the slowing down? What could i do to fix this issue?
In addition, the IDE prompts “less than 5% memory available” shortly after i started. I have tried to increase the PermSize but the problem still. I also tried to upgrade to MyEclipse 7.5, and cant fix neither.
Many thanks for any advice.
Cheers,
Nathan