Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 2.13 KB

README.md

File metadata and controls

49 lines (29 loc) · 2.13 KB

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 — [email protected]https://github.com/axelcostaspena

License

Copyright 2014 Áxel Costas Pena.

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