PHP 1Up! is a plugin for IntelliJ based IDEs which provides a growing collection of inspections, intentions and other utils for PHP development.
Source code • Bug tracker page • Give me some love!
- 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.
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)
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!
Áxel Costas Pena — axl.coding@gmail.com — https://github.com/axelcostaspena
Copyright 2014 Áxel Costas Pena.
Licensed under the Apache License, Version 2.0. See the LICENSE file for details.