Skip to content

PHP 1Up! is a plugin for IntelliJ based IDEs which provides a growing collection of inspections, intentions and other utils for PHP development.

License

Notifications You must be signed in to change notification settings

axelcostaspena/php-1up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP 1Up!

Overview

PHP 1Up! is a plugin for IntelliJ based IDEs which provides a growing collection of inspections, intentions and other utils for PHP development.

Source codeBug tracker pageGive me some love! PayPal Donate button

Features

  • Convert a single quoted string to a double quoted one completely keeping semantics.
  • Convert a double quoted string to a single quoted one completely keeping semantics by concatenating the embedded variables.

Changelog

version 0.1.2

  • Fix #7: "Replace quotes with ... variable concatenation" changes numeric array index to string
  • Fix #8: "Replace quotes with escaping" excessively escapes backslash before newline and end of fragment
  • Fix #9: "Replace quotes with ... variable concatenation" changes variable as array index to string

version 0.1.1

  • Fix #1: Unescaping misses escaped dollar sign

version 0.1

  • Add intention "Replace quotes with escaping" as an alternative to "Replace quotes" (WI-13801)
  • Add intention "Replace quotes with unescaping and variable concatenation" as an alternative to "Replace quotes" (WI-13801)

Bugs / requests

If you have found a bug or have any feature request, feel free to report it at the issues page.

I'll be happy to see this project grow up with your support!

Author

Áxel Costas Pena — axl.coding@gmail.comhttps://github.com/axelcostaspena

License

Copyright 2014 Áxel Costas Pena.

Licensed under the Apache License, Version 2.0. See the LICENSE file for details.

About

PHP 1Up! is a plugin for IntelliJ based IDEs which provides a growing collection of inspections, intentions and other utils for PHP development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published