InlineCssParser icon indicating copy to clipboard operation
InlineCssParser copied to clipboard

Is it possible to add file in to solution silently save

Open empitegayan opened this issue 8 years ago • 1 comments

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

empitegayan avatar Jun 09 '17 08:06 empitegayan

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? :)

suadev avatar Jun 09 '17 09:06 suadev