Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 521635

Summary: Provide keyword content assist for async / await
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: 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 CLA 2017-08-30 15:27:19 EDT
We need to provide content assist for the async and await keywords.
Comment 1 Eclipse Genie CLA 2017-08-30 15:53:31 EDT
GitHub Pull Request 166 created by [mrennie]
https://github.com/eclipse/orion.client/pull/166
Comment 2 Michael Rennie CLA 2017-08-30 15:54:50 EDT
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.