Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor: add context-based code completion #45

Closed
spyder-bot opened this issue Feb 16, 2015 · 9 comments
Closed

Editor: add context-based code completion #45

spyder-bot opened this issue Feb 16, 2015 · 9 comments

Comments

@spyder-bot
Copy link
Collaborator

From tim.mich...@gmail.com on 2009-09-14T15:47:06Z

  1. Editor
    The features code completion.
    I noticed that this works only for functions previously
    used in the editor.
    Also, please extend the autocompletion to variables
    defined before.

myvariable = 10
myvariable3 = 11

myvar____ should offer the two for completion.
Just like in pydev.

Well, regarding code completion, they are many ways to implement it -
each software has its own.
So I don't think that it should behave like this but rather that you
would like to :)

Actually, the real feature request here is to implement "context-based
code completion".

This feature won't be implemented for v1.0 (at some point, choices had
to be made to be able to provide a stable software).
Maybe for v1.1: https://code.google.com/p/spyderlib/wiki/Roadmap

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=45

@spyder-bot
Copy link
Collaborator Author

From tim.mich...@gmail.com on 2009-09-14T13:47:55Z

This should work in Editor & in Console.

@spyder-bot spyder-bot added this to the Release2.0 milestone Feb 16, 2015
@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2009-09-15T04:45:07Z

Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-Low

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2009-09-21T04:48:48Z

Summary: Add context-based code completion

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2009-09-21T04:50:45Z

Status: Accepted
Labels: Milestone-Release1.1

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2009-12-31T06:20:21Z

Summary: Editor: add context-based code completion

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2010-02-06T07:43:18Z

Labels: -Milestone-Release1.1 Milestone-Release1.2

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2010-02-06T07:48:16Z

Labels: -Milestone-Release1.2 Milestone-Release2.0

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2010-03-16T14:41:09Z

issue #166 has been merged into this issue.

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2010-08-01T07:27:39Z

Spyder v2.0 now supports rope for code completion in editor

Status: Fixed

goanpeca pushed a commit to goanpeca/spyder that referenced this issue Jun 4, 2020
PR: Add documentation and images for Profiler module
goanpeca pushed a commit to goanpeca/spyder that referenced this issue Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants