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 239148 - Code completion does not open after dot in expression
Summary: Code completion does not open after dot in expression
Status: RESOLVED DUPLICATE of bug 239153
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 8.0
Hardware: PC Linux
: P4 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-05 09:52 UTC by Vladimir Riha
Modified: 2015-03-27 12:59 UTC (History)
1 user (show)

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 Vladimir Riha 2013-12-05 09:52:31 UTC
If I try e.g.

 {{ironman}}

and type dot after the last letter in expression {{ }}, code completion should open as in plain JS file, instead I have to invoke it using ctrl+space. The problem seems to be in having no whitespace before closing }}, e.g. following works:

 {{ironman }}


Product Version: NetBeans IDE Dev (Build 201312050002)
Java: 1.8.0-ea; Java HotSpot(TM) Client VM 25.0-b59
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b117
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Roman Svitanic 2015-03-27 12:59:53 UTC
Seems to be a duplicate of issue #239153.

*** This bug has been marked as a duplicate of bug 239153 ***