Menu

#75 Code Completion after typing #@

open
nobody
None
5
2006-05-22
2006-02-15
Tim Diggins
No

It would be great to get code-completion after #@
finding relevant pydev-extensions markers.

not very important though.

Discussion

  • Fabio Zadrozny

    Fabio Zadrozny - 2006-05-07

    Logged In: YES
    user_id=617340

    Well, as you have Ctrl+1 to get you the possibilities for
    pydev-extension markers, do you think this would be used?

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2006-05-07
    • status: open --> pending
     
  • SourceForge Robot

    • status: pending --> closed
     
  • SourceForge Robot

    Logged In: YES
    user_id=1312539

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 15 days (the time period specified by
    the administrator of this Tracker).

     
  • Tim Diggins

    Tim Diggins - 2006-05-22

    Logged In: YES
    user_id=263040

    fabio wrote:
    > Well, as you have Ctrl+1 to get you the possibilities for
    > pydev-extension markers, do you think this would be used?

    I just remembered why it's still important. As the Ctrl-1
    markers are not always live (due to project rebuilding-time
    or whatever, as an example: when you've started to amend a
    error one way, then you suddenly decide no, to go another -
    the python file is long and the AST isn't being updated in
    time), it is sometimes necessary to just type the marker.

    So as a concreete example - "unused variable: key" - I start
    by changing the name to _key, but then decide oh no, what if
    someone's using that keyword in a call -- ok, i'll mark it
    as... what - the ctrl-1 does't work anymore (cause either
    there's no problem anymore (the AST has been rebuilt on the
    basis of the changed doc) or there is a problem marker, but
    no suggestion (cause the AST gives one problem, but there's
    no backing for this in the edited text??) - anyway, I want
    to just type #@Unused...ctrl-tab and see a list of options
    (just like I do with java annotations @Supp..Ctrl-Tab).

    Not that urgent, but not worth throwing away either.

     
  • Tim Diggins

    Tim Diggins - 2006-05-22
    • status: closed --> open
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.