This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
Started using Emmet plugin in Brackets (Sprint 18) and noticed that intellisense gets affected by the plugin.
As I type <sc for <script>, options show below for matching tags. But when I selected one by the down arrow key and pressed Enter,
instead of completing <sc, it inserted new line in the code, without completing <script. Happened with other tags too.
Auto completion using Tab key also doesn't work, as Emmet plugin inserts tag for incomplete word. That is, type <sc and press tab key, instead of inserting <script, it inserts <<sc></sc> due to Emmet plugin.
Removed the Emmet plugin and tags started to auto complete again using Enter/Tab.