summary must be and in Command #420
Andrey-2021
started this conversation in
Ideas
Replies: 1 comment
-
@Sergio0694 I think the request here is to forward the method comment to that of the Command property that's generated? Can roslyn inspect the comments attached to methods as well? I would hope so? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I write summary about Method,
this summary automatically must be and in Command.
So that I can see it (summary) in Command Descriptions/ IntelliSense
/// <summary> /// MyInfo about method /// </summary> [RelayCommand] public async void UpdateDatas() ..... ..... UpdateDatasCommand.Execute(null);
When I hover my mouse over a word VStudio must be show Summary
Beta Was this translation helpful? Give feedback.
All reactions