Skip to content

Auto run custom tool when *.cs document saving #117

@tylike

Description

@tylike

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions