mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:11:36 +08:00
[autocomplete] Add info in README.md
This commit is contained in:
parent
d26a6b067c
commit
1a9a14b3ce
@ -28,6 +28,14 @@ Finally, create a New Project (or open an existing one) in Visual Studio 2017 or
|
||||
|
||||
For CMake projects, simply include our toolchain file. See our [using a package](docs/examples/using-sqlite.md) example for the specifics.
|
||||
|
||||
## Tab-Completion / Auto-Completion
|
||||
`Vcpkg` supports auto-completion of commands, package names, options etc. To enable tab-completion in Powershell, use
|
||||
```
|
||||
.\vcpkg integrate powershell
|
||||
```
|
||||
and restart Powershell.
|
||||
|
||||
|
||||
## Examples
|
||||
See the [documentation](docs/index.md) for specific walkthroughs, including [using a package](docs/examples/using-sqlite.md) and [adding a new package](docs/examples/packaging-zlib.md).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user