| Summary: | Provide keyword content assist for async / await | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 15.0 | ||
| Target Milestone: | 16.0 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| See Also: | https://github.com/eclipse/orion.client/pull/166 | ||
| Whiteboard: | |||
|
Description
Michael Rennie
GitHub Pull Request 166 created by [mrennie] https://github.com/eclipse/orion.client/pull/166 Fixed in: https://github.com/eclipse/orion.client/commit/8675913f11f77f8ef7ead7c8c3a4b5bfb35aa804 I ended up creating a full-fledged async/await plugin for Tern. That way I did not have to modify Tern directly, and if we need to, we can add support for additional phases. |