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 May 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+50-28Lines changed: 50 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -13,63 +13,66 @@
13
13
alt="installs" />
14
14
</a>
15
15
</p>
16
-
This extension provides functionalities that may be helpful when creating scripts using PnP PowerShell. Currently, the extension provides:
17
16
18
-
- docs viewer inside VS Code
19
-
- samples gallery
20
-
- snippets with all possible commands
17
+
This extension will boost your productivity when creating scripts that use PnP PowerShell. Currently, the extension provides:
18
+
19
+
- embedded documentation
20
+
- samples powered by PnP Script Sample Gallery
21
+
- snippets with all possible PnP PowerShell commands
21
22
22
23
Please check [PnP PowerShell docs](https://pnp.github.io/powershell/) for more information.
23
24
24
-
## ✨ Features
25
+

26
+
27
+
## ✨ Capabilities
25
28
26
-
### Script samples gallery
29
+
### 1️⃣ Script samples gallery
27
30
28
-
Using `PnP PS: Open samples gallery` command, or 'Samples' button from the controls above the command list, you may open the gallery with all available samples. Currently, the samples shown are retrieved from the [PnP script samples repository](https://github.com/pnp/script-samples). From the samples gallery you may go to the sample location or create a new tab (file) in the editor prefilled with the PnP PowerShell script. It is possible to search for samples by:
31
+
Using `PnP PS: Open samples gallery` command, or the 'Samples' button from the controls above the command list, you may open the gallery with all available script samples. Currently, the samples shown are retrieved from the [PnP script samples repository](https://github.com/pnp/script-samples). From the samples gallery you may go to the sample location or create a new tab (file) in the editor prefilled with the PnP PowerShell script. It is possible to search for samples by:
29
32
30
33
- title
31
34
- authors
32
35
- commands used in samples
33
36
34
-

37
+

35
38
36
-
### Docs
39
+
### 2️⃣ Docs
37
40
38
-
This functionality provides PnP PowerShell docs view for all commands inside VS Code. No more transition between the code editor and browser is needed. It is possible to go to docs original website location and also open sample gallery showing all samples using that command.
41
+
This functionality provides PnP PowerShell docs view for all commands inside VS Code. No more context switching between the code editor and browser. It is possible to go to docs original website location and also open the sample gallery showing all samples using that command.
39
42
40
-

43
+

41
44
42
-
It is also possible to use the command `PnP PS: Open docs for command` to open the docs for a specific command. When that part of the script text is selected the command is prefilled with the PnP PowerShell command name.
45
+
It is also possible to use the command `PnP PS: Open docs for command` to open the docs for a specific command.
43
46
44
-

47
+

45
48
46
-
### Command list tree view
49
+
### 3️⃣ Command list tree view
47
50
48
-

51
+

49
52
50
53
The command list also has the functionality to group commands view by command name verb
51
54
52
-

55
+

53
56
54
-
### Snippets
57
+
### 4️⃣ Snippets
55
58
56
-
The extensions help to quickly find the proper PnP PowerShell command and add it to the code using snippets. The command is added to the list of obligatory parameters. It is possible to quickly move between parameters using 'Tab' key. Each snippet has a description which may be found in the docs which is a great help to quickly understand the commands functionality.
59
+
The extensions help to quickly find the correct PnP PowerShell command and use it thanks to code snippets. The command is added along with all required parameters. It is possible to quickly move between parameters using 'Tab' key. Each snippet has a description which may be found in the docs which is a great help to quickly understand the commands functionality.
57
60
58
-

61
+

59
62
60
-
In order to use snippets please type part of a PnP PowerShell command and press enter or tab. The command will be automatically added to the code with the possibility to provide obligatory parameters. You may also use 'Ctrl + Space' (Windows, Linux) or 'Cmd + Space' (macOS) to activate snippets from within the editor.
63
+
In order to use snippets please type part of a PnP PowerShell command and press enter or tab. The command will be automatically added to the code along with all required parameters. You may also use 'Ctrl + Space' (Windows, Linux) or 'Cmd + Space' (macOS) to activate snippets from within the editor.
61
64
62
-

65
+

63
66
64
67
It is also possible to use the command `Insert Snippet` in VS Code to see the full list
The extension provides many ways to get to the PnP PowerShell Docs web page or GitHub repository.
73
+
The extension provides many ways to go to the PnP PowerShell Docs web page or GitHub repository.
71
74
72
-

75
+

73
76
74
77
## 🤖 Commands
75
78
@@ -80,12 +83,31 @@ The extension provides the following commands:
80
83
| PnP PS: Open samples gallery | Opens up the sample gallery |
81
84
| PnP PS: Open docs for command | Search for a command doc file. The command may also be prefilled by the selected PnP PowerShell command |
82
85
83
-

86
+

87
+
88
+
## 🙋 Support
89
+
90
+
This project is a community lead extension provided by the [Microsoft 365 and Power Platform Community](https://aka.ms/m365/community) members. Questions, problems, or feedback is more than welcome. Please create an issue in the extension repository [issue list](https://github.com/Adam-it/pnp-powershell-extension/issues).
91
+
92
+
## 👍 Community
93
+
94
+
Are you building experiences for Microsoft 365? - Everyone is welcome to join our [Microsoft 365 and Power Platform Community](https://aka.ms/m365/community) efforts with community calls, samples and guidance. Join our [weekly community calls](https://aka.ms/m365/calls) for Microsoft 365 and Power Platform topics or engage with us on [Discord](https://aka.ms/community/discord). Everyone is welcome 🧡
84
95
85
-
## 💬 Feedback
96
+
## 🧾 Code of Conduct
86
97
87
-
Any questions, problems, or feedback is more than welcome. Please create an issue in the extension repository [issue list](https://github.com/Adam-it/pnp-powershell-extension/issues).
98
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
99
+
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
100
+
101
+
## 😍 "Sharing is Caring"
102
+
103
+
<h1align="center">
104
+
<imgalt="Microsoft 365 & Power Platform Community"src="./assets/images/parker-pnp.png"width="200px" />
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
0 commit comments