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 167108

Summary: A keyboard shortcut to show a list of templates that apply to the current editor file, such as Ctrl+J.
Product: editor Reporter: culli <culli>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker CC: markiewb
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description culli 2009-06-15 15:01:32 UTC
Would like a keyboard shortcut to show a list of templates that apply to the current editor file.  This would help to
learn the templates, such as "fore".  Even better would be to take the current "word" at the insert point and narrow the
list down.  Editors such as IntelliJ and Delphi have this feature mapped to Ctrl+J if you want to see what I'm talking
about.
Comment 1 rmichalsky 2009-06-15 15:08:58 UTC
reassigning to owner
Comment 2 markiewb 2013-03-03 23:20:53 UTC

*** This bug has been marked as a duplicate of bug 184604 ***
Comment 3 Dusan Balek 2013-09-17 08:51:01 UTC
A list of templates that apply to the current editor file is shown in code completion now (using Ctrl+Space shortcut).

http://hg.netbeans.org/jet-main/rev/514f277e3674
Comment 4 Quality Engineering 2013-09-19 12:57:17 UTC
Integrated into 'main-silver', will be available in build *201309191137* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/514f277e3674
User: Dusan Balek <dbalek@netbeans.org>
Log: Code completion modified to show a list of templates that apply to the current editor file (see issue #167108).