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:
parent
2423a867c0
commit
dfd8794da4
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue