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 has been archived by the owner on Jul 17, 2024. It is now read-only.
the aim of this issue is to add IntelliSense for CLI for M365 commands so that VS code will suggest options (also optional) related to that command and if an option is a select type it should suggest correct values
Originally posted by Adam-it April 17, 2022
Currently snippets add code only with obligatory params. I was thinking to add some kind of support for optional patametrs. For example a separate snippet for the same command with all optional params. Or, IMO better idea, add intelisense which will check what command is used anal suggest any kind of param for the command (obligatory or optional)
The text was updated successfully, but these errors were encountered:
🎯Aim
the aim of this issue is to add IntelliSense for CLI for M365 commands so that VS code will suggest options (also optional) related to that command and if an option is a select type it should suggest correct values
Discussed in #1
Originally posted by Adam-it April 17, 2022
Currently snippets add code only with obligatory params. I was thinking to add some kind of support for optional patametrs. For example a separate snippet for the same command with all optional params. Or, IMO better idea, add intelisense which will check what command is used anal suggest any kind of param for the command (obligatory or optional)
The text was updated successfully, but these errors were encountered: