Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » heredoc editors
heredoc editors [message #63468] Wed, 19 December 2007 15:28
Georg Nagel is currently offline Georg NagelFriend
Messages: 3
Registered: July 2009
Junior Member
Hey,
how about adding a phpdoc comment to heredocs, so you can define the
type of text and the right eclipse editor is chosen

e.g.

/**
* @mime text/javascript
*/
echo <<<JS
var test = '{$phpVar}';
JS;
Previous Topic:Formatting
Next Topic:pdt debugger object inspection
Goto Forum:
  


Current Time: Sun Jun 30 13:16:06 GMT 2024

Powered by FUDForum. Page generated in 0.03423 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top