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 254617 - Code completion not offering IDs after class
Summary: Code completion not offering IDs after class
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Jade (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-22 18:53 UTC by Vladimir Riha
Modified: 2015-08-25 01:27 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 2015-08-22 18:53:40 UTC
Please try following

div#id.left.container(class='user user-' + name)
  h1.title= name
  form
    //- unbuffered comment :)
    // An example of attributes.
    input(type='text' name='user[name]' value=name)
    input(checked, type='checkbox', name='user[blocked]')
    input(type='submit', value='Update')
    div.pre


=> try to type # at the end of the last line with "div.pre" to have

div.pre#

and invoke cc

=> it offers classes instead of ids


Thank you


Product Version: NetBeans IDE Dev (Build 201508220002)
Java: 1.8.0_60; Java HotSpot(TM) Client VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2015-08-24 09:44:56 UTC
It doesn't work only if after the # is EOF.
Comment 2 Petr Pisl 2015-08-24 09:51:52 UTC
Fixed in web-main.
Comment 3 Quality Engineering 2015-08-25 01:27:15 UTC
Integrated into 'main-silver', will be available in build *201508250002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/23a3b538f64b
User: Petr Pisl <ppisl@netbeans.org>
Log: #254617 - Code completion not offering IDs after class