-
Notifications
You must be signed in to change notification settings - Fork 14
provide New File-Wizard/Template for .ts #106
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
Comments
Glad you create this issue:) I have not implemented that because I don't know if it's really interesting? For Angular2 we have Angular CLI support (ng init) which initialize the project, but for other? I would liek to avoid passing a lot of time to develop a wizard which generates a tsconfig.json and ts file basic. So please give me more information about your idea (which wizards do you wish, which files must be generated, etc....) |
I am in doubt with my suggestion. I use the terminal a lot and I guess TS-IDE with autocompletion is enough. But maybe only provide "File->New->Typescript-File". However, it is not really needed. Because we can do it with "File->New->File" to create a ".ts"-file. So I guess, if you think the same, I can close this issue. |
Exactly, but if other people want to have this feature, I could implement it but I prefer developping other features that I have planned like TextMate syntax coloration, quick fix support, compilation with tsserver etc. |
Yes, that sounds great. I guess, there is really no need for gui like wizard. |
Glad you like those ideas:
but I have a lot of bugs -(
|
Actually I have to go to "File->New->File" to create a ".ts"-file.
Would be nice to have a "File->New->TS-File"-Wizard.
Maybe this "file-wizard" could be extended to be filled with a already provided template coming from TS-IDE (TS-IDE also provides templates for ng-bootstrap, ng-component or react-templates).
The text was updated successfully, but these errors were encountered: