You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
In both Visual Studio and Visual Studio Code, there is a CodeAction that suggests adding documentation to Q# operations. This action becomes unavailable when the corresponding operation is decorated with @EntryPoint().
To Reproduce
Start from a Q# project with a code file with contents as shown below.
Select the operation name.
Invoke Code Actions through the corresponding IDE (VS or VS Code).
Observe if a code action is recommended.
Expected behavior
A code action indicating "Add documentation for..." should be shown to the user.
This repro goes away if the @EntryPoint() decorator is removed.
System information
This reproes on QDK since at least 0.15.2103.133969 (released on March 30th, 2021).