InlineCssParser
InlineCssParser copied to clipboard
Is it possible to add file in to solution silently save
is it possible to add created file in to solution specific location and save after this line?
dte.ItemOperations.NewFile(@"General\Text File", docName, EnvDTE.Constants.vsViewKindTextView);
currently file in temp location
Hi @empitegayan ,
Of course it is possible. But instead a specific location, maybe we can put it on the same location with the html file. (/Content/css path may not be exist in solution)
Then you can move it to anywhere else you want. I hope to get some free times to implement it, or maybe you may want to get a fork? :)