JetBrains / resharper-devguide

Developer guide for the ReSharper Platform
http://jetbrains.com/resharper/devguide/
Apache License 2.0
71 stars 41 forks source link

Project Model documentation #54

Closed jozefizso closed 5 years ago

jozefizso commented 8 years ago

Can you write documentation how to create custom Project Model?

We want to process WiX Setup projects (.wixproj) in ReSharper extension.

jozefizso commented 7 years ago

@citizenmatt bump...

citizenmatt commented 7 years ago

What is it that you want to do? Provide ReSharper-y goodness for wixprow's .xml files?

jozefizso commented 7 years ago

One of my goals was to provide custom icons for WiX Setup project using ReSharper plugin.

The other more important was to improve IntelliSense a bit, eg. provide !var and !bind completion.

citizenmatt commented 7 years ago

I'm afraid I don't know much about .wixproj projects - what are !var and !bind and what completion would you add? When you say you want icons, where would they be? And finally, do the Wix .xml files already have any ReSharper analysis (do they have the green tick in the top right, for example)?