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 257927

Summary: Multiline string code completion problem
Product: javascript Reporter: Jaraxus
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:

Description Jaraxus 2016-02-10 15:35:18 UTC
When using multiline string in script file or script tag, the code completion stops working or works very badly (no variable names, no function names, no or few of methods are shown).

The same problems occurs with ES6 Template Strings which are using back-ticks (``) instead of classical single or double quotes.
Comment 1 Jaraxus 2016-02-11 12:18:12 UTC
Multiline string - I mean multiline variable using "\" not classical concatenation.
Comment 2 Petr Pisl 2016-07-27 08:34:07 UTC
It doesn't work correctly even in the simple string.