| Summary: | JS content assist shows duplicate proposals | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> | ||||
| Component: | Client | Assignee: | John Arthorne <john.arthorne> | ||||
| Status: | RESOLVED INVALID | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | andrew.eisenberg | ||||
| Version: | 0.4 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Mark Macdonald
This will soon be replaced with Esprima-based content assist. Will leave open until that happens but don't plan to investigate. I played with this using the esprima-based content assistant and doing content assist at line 678 doesn't give you much of anything because there is a syntax error at line 663. After fixing the error, the esprima-based content assistant does not show any duplicates. There is still some work that needs to be done on parser-recovery. But, I am guessing that this issue can be closed. Thanks Andrew. I was ignoring this because I figured the new esprima parsing would handle it better. |