]
Gorkem Ercan reassigned ERT-66:
-------------------------------
Assignee: Gorkem Ercan (was: Ian Stewart-Binks)
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: Gorkem Ercan
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.