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 153682 - Code Completion Tasks
Summary: Code Completion Tasks
Status: CLOSED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-22 00:35 UTC by Peter Lam
Modified: 2017-06-23 08:05 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2008-11-22 00:35:45 UTC
Transferred from https://nbpython.dev.java.net/issues/show_bug.cgi?id=11

Local Symbols 
Libraries
Other files in the project 
Language Keywords 
String Escapes 
Regular Expressions 
Comment Keywords (javadoc: @param etc) 
Show Surrounding Method (when in parameters) 
Live Code Templates 
  Semantic Parameters (unique var names, etc.)
Auto-hide auto-popup'ed completion on 0-mtchs

------- Additional comments from tnorbye Thu Sep 11 20:58:05 +0000 2008 -------

This is about halfway done. Local variables, language keywords, string escapes
and live templates are shown.

However, libraries are not shown intelligently (need to do type analysis), and
call parameters are not yet completed.

I'm not sure about comment keywords - does Python have those? I've looked a bit
at the PEP for docstrings but I don't see any obvious conventions there. I do
see epydoc which has something similar, but I don't know how commonly used it is.
Comment 1 Jenselme 2017-06-22 22:00:19 UTC
Completion is being reworked for the new release planed in August. Not sure it is still relevant with the current version. Closing this as old bug.
Comment 2 Jiri Kovalsky 2017-06-23 08:05:57 UTC
Thanks for your evaluation Julien. Reporter, if you think your issue is still valid and needs to be addressed, don't hesitate to reopen it with additional information. Closing for now.