bergmeister/posh-dotnet

Module installed an imported, but has no effect

WillPittenger opened this issue · 1 comments

I have a Windows 11 Pro laptop I installed and imported posh-dotnet onto. But I haven't see any change. Typing "dotnet " (including the space) following by the tab key just cycles between various pathes. Typing "dotnet -" does nothing at all.

Hi, that's because PowerShell will also suggest local file paths, if you change to a directory with no files and starts to tab, you will see first various options and then commands like e.g. build. My suggestion is to start type out the first character like e.g. b if you want to run dotnet build to get there because naturally you will always be in a directory with lots of files