-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Thank you for mentioning a great tool.
Can you provide settings for automatically running the custom tool when the document is saved (*. cs or can be set) in the VSIX?
In my project, I use interfaces to define the domain structure, and they are stored in *. CS, so I want to be able to automate the CSX file to generate other CS files when any CS file is saved.
For example, I can write some default interface implementation code.
In this way, we don't have to wait until the default interface for C # 8.0 is implemented.
Once saved, we can generate more code, for example, to generate a user interface, based on code that has already been written.
After generating the code, you can also have IntelliSense capabilities that look like we've expanded C #.:D
Thank you so much!