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 - Multiline string code completion problem
Summary: Multiline string code completion problem
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-10 15:35 UTC by Jaraxus
Modified: 2016-07-27 08:34 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 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.