Bug 416358 - Add semicolon after function call
Summary: Add semicolon after function call
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-02 08:35 EDT by Premysl Fiala CLA
Modified: 2020-05-14 10:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Premysl Fiala CLA 2013-09-02 08:35:16 EDT
Feature:

 when I am writing some function call (normal or on object) and press semicolon INSIDE the "()" , it would be nice if semicolon (and cursor) ended after the function.

Example

 myFcc($a;) -> myFcc($a);