Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PHP] Autoclose PHPdoc comments. #388

Closed
xaav opened this issue Aug 18, 2011 · 3 comments
Closed

[PHP] Autoclose PHPdoc comments. #388

xaav opened this issue Aug 18, 2011 · 3 comments

Comments

@xaav
Copy link

xaav commented Aug 18, 2011

When the user types /**, and presses enter, ace should automatically replace the text with this:

<?php #Note: PHP tag is for syntax highlighting only. Please ignore it.

/**
 * CURSOR_HERE
 */

Additionally, ace should add more stars upon pressing enter (example below):

<?php #Note: PHP tag is for syntax highlighting only. Please ignore it.

/**
 * 
 * 
 * CURSOR_HERE
 */

@Gissues:{"order":56.52173913043498,"status":"backlog"}

@fjakobs
Copy link
Contributor

fjakobs commented Aug 19, 2011

This is already implemented for js and should be easy to add.

On Thursday, August 18, 2011, xaav <
reply@reply.github.com>
wrote:

When the user types /**, and presses enter, ace should automatically
replace the text with this:

<?php #Note: PHP tag is for syntax highlighting only. Please ignore it.

/**
 * CURSOR_HERE
 */

Additionally, ace should add more stars upon pressing enter (example
below):

<?php #Note: PHP tag is for syntax highlighting only. Please ignore it.

/**
 *
 *
 * CURSOR_HERE
 */

Reply to this email directly or view it on GitHub:
#388

@ghost ghost assigned gjtorikian Dec 16, 2012
@gjtorikian gjtorikian removed their assignment Feb 19, 2015
@github-actions
Copy link

github-actions bot commented May 9, 2022

This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

@mkslanc
Copy link
Contributor

mkslanc commented Jun 24, 2024

Fixed by #5109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants