Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to add file in to solution silently save #2

Open
empitegayan opened this issue Jun 9, 2017 · 1 comment
Open

Is it possible to add file in to solution silently save #2

empitegayan opened this issue Jun 9, 2017 · 1 comment

Comments

@empitegayan
Copy link

empitegayan commented Jun 9, 2017

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

@suadev
Copy link
Owner

suadev commented Jun 9, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants