Tagged Questions
2
votes
4answers
2k views
NetBeans Code Templates ${date}?
I have this code template in Eclipse
@since ${date}
when entered i get something like this :
@since 4.8.2009
But when i add the same template (@since ${date}) to NetBeans
it outputs
@since ...
0
votes
1answer
70 views
expand template in netbeans 7.0.1 PHP doesn't work
When I enter an abbreviation of a code template and press the expand key nothing happens. I also get no suggestions when i wait for the code completion.
I had a look at Tools > Options > Editor > ...