[Asp.Net Web MVC] Add commands to the cli to create dinamic templates.
- Dominant language
- C#
- Stars
- 818
- Forks
- 260
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 10
Description
# General
## Problem:
There is no way to create dinamic view templates from models in linux as I know of like you can do in VS IDE.
## Exemple:
I want to make a view of template type Creat form from a X Model class but there is no way to create one without doing it myself.
## Solutions:
### Cli:
The cli interface should have an option to create new files with normal templates or templates based in something from the project like a view from a class as explaine in the exemple.
### Support/help cross platform IDE/editors like VS Code or Intellij Rider to add these feactures:
VS Code is really bare bones in working with .net, more support in it instead of the old VS ide would be nice, dotnet core is cross platform but the supported and main development enviroment is not.
In other hand Rider is much more complete than vs code, adding this feature would be much easier there, even more if the cli solution would be implemented but best option would be support vscode as the main development enviroment.
### Documentation:
Having documentation with the exemples for creating them by hand would not be best solution but could help.
Contributor guide
Assessment
This issue has not been assessed yet.