]
Gorkem Ercan reassigned ERT-66:
-------------------------------
Assignee: Ian Stewart-Binks (was: Gorkem Ercan)
Create Identifier Completion Engine
-----------------------------------
Key: ERT-66
URL:
https://issues.jboss.org/browse/ERT-66
Project: Eclipse Release Train
Issue Type: Sub-task
Components: JSDT
Reporter: Ian Stewart-Binks
Assignee: Ian Stewart-Binks
When a user invokes code completion, a set of useful identifier should be suggested to
them. These identifiers should only be identifiers that are visible within the current
scope from the current file. This should first support identifiers using ES5 keywords, and
be extensible enough for ES6 keywords to fit in later on. Function identifiers from the
current file and scope should be included as well.