Ticket #753 (new enhancement)
Implement better method autocompletion heuristics
| Reported by: | tsee | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Autocomplete | Version: | 0.50 |
| Keywords: | autocomplete, usability | Cc: |
Description
This requires "solving" the notoriously hard "what class does this variable belong to" problem.
Heuristics is the keyword here. We can't solve this without running code, but we can probably get a lot closer than we are now.
Change History
comment:3 Changed 2 years ago by zenogantner
- Keywords autocomplete, usability added
- Component changed from editor to advanced perl tools
Another interesting kind of autocompletion would be the one for "use" statements.
Here Padre could offer the modules in the current project, plus of course further modules from core, modules specified in the project dependencies, or just modules in the include path.
Note: See
TracTickets for help on using
tickets.

Cf. #752 (Document and end-user-simplify the perltags and autocomplete featureset)