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 239180 - Completion not showing up in some case
Summary: Completion not showing up in some case
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-06 08:04 UTC by Vladimir Riha
Modified: 2013-12-06 08:04 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 Vladimir Riha 2013-12-06 08:04:12 UTC
Please try following code in JS file and invoke cc in

JSON.stringify(so|) (where | is cursor position)

=> code completion does not come up, nothing weird in IDE log



Sample code:
function UsersFct() {
    this.import = function($scope, sourceUrl, onSuccess, onFail) {
        $scope.busyModeOn();
        $http.post($scope.SYNERGY.server.buildURL("users", {}), JSON.stringify(so)).success(function(result) {
         
        }).error(function(data, status, headers, config) {

        });
    };
}




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)