You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matching hint is not auto selected in PHP code hints on typing initial characters of the element
Issue is specific to PHP hints and is not noticed with JS or HTML hints
Steps:
Create and save a new PHP file
Type below code and press Enter key
<?php
ech
Result: A new line is inserted
Expected: echo is inserted
Workaround: Select the hint by using mouse or arrow keys
The text was updated successfully, but these errors were encountered:
Issue by nayankankariya
Friday May 03, 2019 at 09:44 GMT
Originally opened as adobe/brackets#14765
Matching hint is not auto selected in PHP code hints on typing initial characters of the element
Issue is specific to PHP hints and is not noticed with JS or HTML hints
Steps:
Result: A new line is inserted
Expected: echo is inserted
Workaround: Select the hint by using mouse or arrow keys
The text was updated successfully, but these errors were encountered: