This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269609 - Keywords "as" and "from" are missing inside code completion
Summary: Keywords "as" and "from" are missing inside code completion
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Other
: P3 normal (vote)
Assignee: Reema
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-20 09:43 UTC by Christian Lenz
Modified: 2017-04-28 07:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2017-01-20 09:43:52 UTC
When I type "im" cc comes up and I hit tab to complete it to import.

So this is my code:
import MyModule. Now I try to type fr, cc comes up but I don't see from.

So the keywords "as" and "from" are missing from the code completion.

Here is a complete list from mdn:
https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Statements/import


Regards

Chris
Comment 1 Quality Engineering 2017-02-23 03:40:38 UTC
Integrated into 'main-silver', will be available in build *201702230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9019816ce243
User: Reema <Reema@netbeans.org>
Log: #269609: support for import export related keywords- as,from
Comment 2 Quality Engineering 2017-03-10 02:55:06 UTC
Integrated into 'main-silver', will be available in build *201703100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ae72383c6fe3
User: Reema <Reema@netbeans.org>
Log: #269609: remove special keywords as, from