question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bash completion for `dotnet`

See original GitHub issue

It would be nice to have completions for various dotnet commands/options.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:21
  • Comments:22 (12 by maintainers)

github_iconTop GitHub Comments

3reactions
jonsequiturcommented, Nov 10, 2017

This feature has been available for little while now but was released with very little fanfare due to the lack of a non-manual installation experience. More feedback for Piotr’s question above would be very welcome.

Details on how to enable tab completion are here: https://github.com/dotnet/cli/blob/master/Documentation/general/tab-completion.md.

3reactions
mishra14commented, Feb 26, 2017

An implicit startup-time registration. When a CLI command is executed we check for registration and perform it immediately to enable Tab Completion for all subsequent invocations 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enable tab completion - .NET CLI
PowerShell. To add tab completion to PowerShell for the . · bash. To add tab completion to your bash shell for the ....
Read more >
Tab completion for System.CommandLine
CommandLine have built-in support for tab completion in certain shells. To enable it, the end user has to take a few steps once...
Read more >
Enabling Command Line Completions with dotnet-suggest
In PowerShell, our shell configuration file path is available in the $profile variable, and for Bash or ZSH it's ~/.bash_profile or ~/.zshrc, respectively....
Read more >
How to use autocomplete at the command line for dotnet, ...
NET Core added Command line "tab" completion for .NET Core CLI in PowerShell or bash but few folks have taken the moment it...
Read more >
Command line "tab" completion for .NET Core CLI in ...
Command line "tab" completion for .NET Core CLI in PowerShell or bash. March 27, 2018 Comment on this post [10] Posted in DotNetCore....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found