diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-12-04 16:01:16 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-12-04 16:01:16 -0800 |
| commit | 1a9a14b3ce456289c2a4523079e0104dc17a9758 (patch) | |
| tree | 4f509e5dd99bed46ce7fcf7547ea8bf375f8d8fc | |
| parent | d26a6b067c24e324b111849c320bdc4cf681e713 (diff) | |
| download | vcpkg-1a9a14b3ce456289c2a4523079e0104dc17a9758.tar.gz vcpkg-1a9a14b3ce456289c2a4523079e0104dc17a9758.zip | |
[autocomplete] Add info in README.md
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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). |
