Auto complete within comments Follow
Hello,
In PS-98.108 I'm loving the automatic code-completion.
However within a php comment and single quoted php strings the autocompletion still fires.
I believe this occurred in previous versions when pressing ctrl+space within comments and strings.
example to re-produce:
<?php
// start typing something and notice the auto-complete popups.
/* start typing something and notice the auto-complete popups. */
$foo = 'date'; // notice the auto-complete popup for the date() php function
interestingly this doesn't prompt for auto-complete:
$foo = 'the date';
screenshots:
Is there an option I am missing or should I file this as a bug?
Thanks heaps :) loving the auto code completion.
Cheers,
Dave
Please sign in to leave a comment.
autopopup of completion inside of comments was a bug. It's already fixed for next EAP