[jbosstools-issues] [JBoss JIRA] (ERT-62) Refactor JSDT Code Completion [EBZ#486776]

Nick Boldt (JIRA) issues at jboss.org
Fri Jan 29 15:37:00 EST 2016


Nick Boldt created ERT-62:
-----------------------------

             Summary: Refactor JSDT Code Completion [EBZ#486776]
                 Key: ERT-62
                 URL: https://issues.jboss.org/browse/ERT-62
             Project: Eclipse Release Train
          Issue Type: Task
          Components: JSDT
            Reporter: Nick Boldt


The current code completion modules depend on JSDT's current internal AST model, and type binding. JSDT will be disabling type binding and will be deprecating the internal AST model. As such, the code completion engine needs to be refactored in such a way that complies with the new AST model. JSDT is expected to provide an elegant and useful set of code completion suggestions.

A proposal base for the code completion engine should include, but is not necessarily limited to:

- Keywords
- Identifiers (declared variables and functions in currently open JS file)
- Recently used methods of functions (currently open JS file as a bare minimum)

All proposals should be made where they are deemed practical. ECMA5 keywords should be supported first.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list