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

Key: IDEABKL-4743
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Unassigned
Reporter: Serge Baranov
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

Automatic placement of ";" characters

Created: 04 Jan 06 05:33   Updated: 22 Nov 06 19:29
Component/s: Editor. Editing Text
Affects Version/s: None
Fix Version/s: None

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

Build: 3,452


 Description  « Hide
Kyrill Alyoshin requests:

I am recent convert from Eclipse to IDEA. I like IDEA a lot. The only thing I really miss from Eclipse is that since its
3.1 version it has this option of automaticall placing ";" at the end of the statement whenever I type it. With IDEA I have
to hit "end"+";".



 All   Comments   Work Log   Change History      Sort Order:
Carlos Costa e Silva - 05 Jan 06 23:05
Has been here for some time now.

control-shift-enter: try to complete a line, adding quotes, parenthesys and semi-colons as necessary.

System.out.println("xx

-> control-shift-enter results in:

System.out.println("xx");


Keith Lea - 06 Jan 06 00:55
I think this should be done upon pressing Enter as well, and maybe even when clicking away to a new line or using the mouse to move the cursor. It could behave like auto-import.

Maxim Shafirov - 06 Jan 06 04:23
Indeed, Ctrl+Shift+Enter covers the functionality requested.

Keith Lea - 06 Jan 06 05:58
Max I think this should be reopened. I want semicolons automatically inserted in Java code without having to type anything special, just like "auto-import unambiguous classes" automatically adds imports without alt+enter.

Serge Baranov - 06 Jan 06 06:03
Indeed, the request was to do it automatically.