History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-3421
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Shafirov
Reporter: Keith Lea
Votes: 2
Watchers: 3
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Allow completion of non-PsiReference to Language API

Created: 27 Jul 05 01:34   Updated: 19 Aug 05 00:41
Component/s: Plugin Support. API
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 3,242
Severity: High


 Description  « Hide
The Language API should have callbacks for completion for things which are not PsiReferences. I would be fine with an API that simply told me when the user pressed Ctrl+Space, and I figured out the rest for myself and returned a list of possible completions.

 All   Comments   Work Log   Change History      Sort Order:
Keith Lea - 19 Aug 05 00:41
This is currently possible with closed API classes CompletionUtil and CompletionData.