2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

PowerShellでオートコンプリートを使う

Posted at

■環境

  • Windows11 22H2

  • PowerShell v7.4.0

  • inshellisense

■導入

PS C:\Users\masami> node --version
v20.9.0
PS C:\Users\masami> npm install -g @microsoft/inshellisense

added 83 packages in 19s

24 packages are looking for funding
  run `npm fund` for details
npm notice
npm notice New minor version of npm available! 10.1.0 -> 10.2.4
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.2.4
npm notice Run npm install -g npm@10.2.4 to update!
npm notice
PS C:\Users\masami> inshellisense bind
Select your desired shell for keybinding creation
  bash
  zsh
  fish
  powershell
> pwsh

✓ successfully created new bindings

■使用方法

PS C:\Users\masami> is -s powershell

その後はインテリセンスが機能するようになります
オートコンプリートはこちらのリポジトリを使用している模様

[例]

1

1

1

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?