Results 219 comments of Matt Ellis

What would you expect the behaviour to be when the value isn't quoted? Currently, it works either quoted or unquoted, but obviously the value needs to be quoted. Should it...

So mark the whole string as an error if it's not quoted?

Would you want the attributes highlighted, or the attribute values? I've just completed a change that gives us an AST for the attribute value. This gives the ability to provide...

What is the UI for this? The "read more" link in QuickDoc?

This extension shouldn't affect the VS/Web Essentials intellisense, at least not directly - ReSharper itself takes over the code completion for JavaScript. This can be disabled in the ReSharper ->...

Cool post - I didn't realise VS did all this! I'm in grave danger of being nerd sniped on this. The mini-DSL bit is one of the most interesting parts...

Could you provide some more details, please? It's working fine for me (which I know doesn't exactly help!) What versions of Visual Studio, ReSharper and the plugin are you using?...

I've been unable to recreate this. Could you try starting Visual Studio with the command line `devenv.exe /ReSharper.Internal`, then trying to get it to work, please? This enables ReSharper's exception...

You can use the `itemPrefix` configuration property to specify the prefix for list items. The default value is `-` but can be set to `*`. There are details in the...

I might be able to help from the ReSharper side of things. I'm not sure what's going on with the "unloading of settings" thing, though - could you provide an...