0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

docs: add a Powershell autocomplete example (#7329)

This commit is contained in:
Danilo Sampaio 2020-09-10 05:13:30 -03:00 committed by GitHub
parent 2423a867c0
commit dfd8794da4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,17 @@ After this add deno plugin under plugins tag in `~/.zshrc` file. for tools like
`antigen` path will be `~/.antigen/bundles/robbyrussell/oh-my-zsh/plugins` and
command will be `antigen bundle deno` and so on.
Example (Powershell):
```shel
deno completions powershell > $profile
.$profile
```
This will be create a Powershell profile at
`$HOME\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1` by default,
and it will be run whenever you launch the PowerShell.
### Editors and IDEs
Because Deno requires the use of file extensions for module imports and allows