I've just started using Komodo IDE 8.5.4 for editing a PHP project and want to use snippets to quickly type in the PHP start and end tags.
The block
snippet does produce this:
<?php
?>
and the inline
snippet does produce this:
<?php echo $var; ?>
The problem is these only seem to work when used within a PHP code block and not when outside one - which is precisely the opposite of how it should be.
Any suggestions for how to fix this?