views:

56

answers:

1

How to increase editor responsiveness when typing code for Spark View Engine? Spark plugin for VS08 takes lot of CPU resources as it checks the syntax of all Spark files on each key stroke: does anyone have an idea how to optimize this?

+1  A: 

Unfortunately I haven't found a workaround; I also noticed that it tends to eat memory and slow down VS after a while. So I open .spark files as HTML code - this gives good syntax highlighting and tags completion for HTML; I can live without Spark intellisense.

queen3