This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 247994 - Ability to add PHP Comments formatting options
Summary: Ability to add PHP Comments formatting options
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-17 07:58 UTC by Zicguy
Modified: 2016-09-23 11:22 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zicguy 2014-10-17 07:58:48 UTC
It would be nice to have the ability to set number of blank lines before and after PHP Comments.
Example :

<?php
/**
 * DatabaseException Class.
 *
 * Class which defines database exceptions
 *
 * @package    Framework
 * @subpackage core
 * @author      
 * @version    
 */

class DatabaseException extends Exception
{
	
}

- 0 blank line before PHP Comment
- 1 blank line after PHP Comment

Thanks by advance.
Comment 1 mvalihora 2015-09-30 16:35:39 UTC
Yep this would be appreciated. There is Comments formatting option for Java, but it's missing in NetBeans for PHP.