Michael Russell
Michael Russell
Sure, if you'd like. It's converted down into a regex. So anything you can do via Regex in Python is doable there.
@gkatsanos sounds reasonable. I've been considering always going with the second method and exposing an array that you can tweak so it's easier to change the behavior. This should be...
That'd be very welcomed. I'll still try and find some time this week, but if you can get to it'd be appreciated.
I've been slammed with work, per usual, but the adjustments to the config shown above should allow you to make any tweaks needed until updated to be more user friendly....
`$interpolate(string, mustHaveExpression, trustedContext);` is correct for the stable releases of Angular. I've not made any sweeps yet to check API updates on the 1.3 beta releases.
Yes, I'm eager to get this finished as well. I've the bulk of the parsing completed which produces a new data structure to work with. So, most that's left is...
This is is something I've wanted to address, having the ability to choose which version of angular to use. As it stands currently, it's 1.2
I've not experienced any issues with this plug-in taking over autocompletions. Are there any settings you've added that might be causing this?
That would be helpful, also, giving an exact example of: 1. What you're typing. 2. What is output. 3. What you expected.
There's no flags passed back to ST to block other completions and I normally have Tern.js running so haven't noticed this. I'll have to dig more into this...