ColdFusion
ColdFusion copied to clipboard
Suggest menu not closing - inserts suggestion instead of a newline
When I start typing some cold fusion code, the suggest context menu appears, but doesn't close when it should. Consider:
<cfif myvar EQ anothervar>
When I hit the closing ">", the suggestion menu should close or at least deselect the first item, but it doesn't, and when I hit the enter key, it inserts the first item in the suggestion menu instead of my newline character.
Is there a work around? Can I just turn the suggest menu off?
Need more details:
- What version of Sublime?
- What version of the CF package are you using?
Whoops... sorry I left that out. I'm using Sublime Text 3 and I'm not sure what version of the ColdFusion package is. I downloaded it about 3 weeks ago, so it's fairly current. I'm using it on Windows 7 x64.
Did you install via Package Control or did you git clone and use the development branch?
I used the development branch.