-
**Summary of the new feature**
The existing powershell hover for commands/functions is very basic and only provides the synopsis. VScode now supports colorized advanced hovers, and Omnisharp C# ext…
-
A tool that accepts directory or file paths as arguments gets unhelpful completions suggested, as the user only gets other options -- never files. Is there a file path implementation of `ICompletionSo…
-
### Summary
@dantrim has shown very nicely with his [`hamming-codec`](https://github.com/dantrim/hamming-codec) project that [Typer](https://typer.tiangolo.com/) provides a nice Click based CLI int…
-
**What would you like to be added**:
Would be nice if I can get shell auto-completion from `kind load docker-image [TAB][TAB]` with the list of available images on my machine. Roughly the optio…
-
```powershell
#requires -version 6
using namespace System.Reflection.Emit
using namespace System.Management.Automation
function New-ILMethod {
[CmdletBinding()]
param(
[Parameter(Mand…
-
Below is a list of changes, required bugfixes and planned features for the next version of Cleo, Cleo 3.0. The list is not finished, it might evolve, change and expand. It's, basically, a download of …
-
Hi there,
I recently had to clear up space in my hard drive after 4 years and come across your interesting project. One issue I have(even before daring to install/try out the software) is whether c…
-
### Suggestion
fzf clink integration in cmder shell
### Use case
_No response_
### Extra info/examples/attachments
https://github.com/chrisant996/clink-fzf
or
https://github.com/chrisant996/cli…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSReadLine)
- [X] Search the ex…
-
There is one thing that I used to use a lot in ISE, and is missing in PowerShell extension. In ISE, if I type "get-date" (all lower case) and then later position a cursor inside of it and press "TAB",…