Ellis Michael
Ellis Michael
Hi, @wizza-smile, I can't get to my computer right now, but I'll post a screencap later. But, when I remove CodeIntel, the autocomplete box goes away. In fact, if I...
 Here's the screencap, as promised. As near as I can tell, this is a SublimeCodeIntel issue.
Both are the default. ``` // Controls what scopes auto complete will be triggered in "auto_complete_selector": "source - comment", // Additional situations to trigger auto complete "auto_complete_triggers": [ {"selector": "text.html",...
I did exactly as you suggested, and the popups were gone. No matter how I fiddled with the `auto_complete_selector` and `auto_complete_triggers`, I couldn't get the completion popups when HTML was...
It's not a feature so much as a bug fix... You said that there was an issue with SublimeCodeIntel mucking with Sublime's own auto_complete settings.
I just uploaded a bug fix. It was a bad counter that sometimes got initialized improperly and set an infinite loop. Simply changing an "=" to ">=" for the break...
I hope so, because this issue really does make the program almost unusable. Worth noting is that I did have the same popup even after the fix a couple days...
Any status on this? It would be really nice to have :smile:
Sure. ```html ABC DEF ``` Currently, if you remove `div#bar` but filter on `div.foo`, the output is ``` ABC DEF ``` With this change, it would just be ``` ABC...
Ah, XMonad makes sense. I run i3 and haven't had any issues. I've also run it on GNOME without issue. A few things: 1. Has the visual debugger ever worked...