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

Key: IDEABKL-3040
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Shafirov
Reporter: Alain Ravet
Votes: 0
Watchers: 2
Available Workflow Actions

Mark as Stalled
Operations

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

<Ctrl-Space> further enhancement

Created: 15 Jun 05 19:08   Updated: 15 Jun 05 19:22
Component/s: Editor. Code Completion
Affects Version/s: None
Fix Version/s: None

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

Build: 3,368


 Description  « Hide

<Ctrl-Space> is now smart enough to suggest not yet existing getters/setters, as long as we type the full signature correctly.
This request is about removing this constraint:

before:
-------
get<cursor here>
private String name;

Action: <Ctrl-Space> + select "getName"
------

After:
------
public String getName (){ return name;}
private String name;



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.