Dan
Dan

Reputation: 29365

Spark View Engine and Visual Studio

I'm working on a project that is using the Spark View Engine, and I am finding the lack of Visual Studio support frustrating.

Is there anything that gives C# and Spark Intellisense in the views?

Anything that helps with refactoring? so that if I rename a C# property, this change gets reflected in the View?

Upvotes: 2

Views: 1510

Answers (1)

Ryan Tofteland
Ryan Tofteland

Reputation: 913

If you're using VS 2010 - you can take a look at SparkSense. It's also available within Visual Studio's Extension Manager for an easy install. It has its limitations - but you can try it out and see if you like it.

You may want to check out Robert Greyling's blog post about SparkSense functionality here: http://blog.robertgreyling.com/2010/08/sparksense-gets-its-first-outing.html

Upvotes: 4

Related Questions