aptana / studio3

This repository contains the code for core components of Aptana Studio 3.
http://aptana.com/products/studio3
Other
1.08k stars 483 forks source link

FIX: Addressing parser recovery and content proposal issues #487

Closed kolipakakondal closed 5 years ago

kolipakakondal commented 5 years ago

This will address almost 32 Test scenarios which are related to Content Assist and others.

This will bring down the overall failures from 91 to 59.

There is one case which is still failing on JSCA is: com.aptana.editor.js.contentassist.JSContentAssistProposalTest.testObjectLiteral

which is bit tricky which I'll take after looking into other issues.

kolipakakondal commented 5 years ago

@ssekhri Few test cases I've added in the ticket and others can be found here JSContentAssistProposalTest