MartinGC94
MartinGC94
The path settings have been implemented and if you want to try them out you can create a build from my branch. I'm actually just waiting for another PR of...
Yeah I know. I'm still waiting on: https://github.com/PowerShell/PowerShell/pull/18955 to get merged. I could of course just leave that feature out for now and resubmit it as is but I suspect...
What happens if you enter this command: `TabExpansion2 'cat ./' | select -ExpandProperty CompletionMatches`? Does it list all 4 results like you would expect? If so, then this is a...
Maybe it should just link to the readme page instead: https://github.com/PowerShell/PowerShell#get-powershell that table is pretty simple to follow. GitHubGitHub - PowerShell/PowerShell: PowerShell for every system!PowerShell for every system! Contribute to...
A common argument people use against using localized software is that it makes it harder to look up errors and I think that's a valid point. I think there are...
@iSazonov (and @fflaten since I see you gave a 👍) do you care about the type literal member completion? Or is it just the variable member completion you would like...
@iSazonov Well, that's just the thing. PowerShell doesn't allow that syntax inside strings, you need a subexpression, and inside subexpressions the tab completion works as you would expect. This is...
@237dmitry It was just an example of a situation where it could have been useful. Whether or not it was the best possible solution there is irrelevant. To address that...
Thanks, I see a lot of changes with my name on it in preview 4 so it would be helpful if you could show what the the input text is...
> I'm not sure it's unequivocally useful and/or convenient. It's better to discuss it in a new issue and get WG's opinion. Variable completion includes variables from the session state...