Search found 1 match
- Tue Jul 26, 2011 5:02 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Inline HTML code completion & intellisense for PHP
- Replies: 0
- Views: 2034
Inline HTML code completion & intellisense for PHP
Product: Rapid PHP Feature: Code completion and intellisense for inline HTML with attributes in PHP Sample code: <?php $NameMarker="%NAME%"; $Name="Joy"; $Sentence="My name is {$NameMarker}"; print " <div id=\"MyNameSentenceElement\" class=\"MyNameSentence\"> ".str_replace($NameMarker, $Name ...