Friedrich von Never

Results 544 issues of Friedrich von Never

Steps to reproduce ------------------ Consider that I want to serialize this simple PS5-styled class to XML: ```powershell class TelegramSettings { [bool] $EnableTelegramNotification } function Serialize-TelegramSettings($settings) { $type = [TelegramSettings] $serializer...

Issue-Discussion

Every time I start the game, the sound of the intro video is extremely loud, as it always uses 100% sound volume. I have tuned the **Master Volume** down, and...

Currently, the plugin prefers classic PowerShell if both PowerShell and PowerShell Core are available (see `com.intellij.plugin.powershell.ide.run.PSExecutionUtilKt#findPsExecutable`). We should figure out if we it's safe to migrate to Core version by...

enhancement

Currently, we have two icons (LoDPI and HiDPI) for `.ps1` files that are stored as `.png`. I propose that we get (or draw) new `.svg` icons more in line with...

enhancement
help wanted

Here's a valid pwsh script: https://github.com/ForNeVeR/tdlib.native/blob/80222fc53a696f7bc3ef326ca6f1117b51018036/linux/install.ps1 For some reason, the plugin shows an error:

bug
help wanted
good first issue
parser

Currently, the completion popup automatically triggers on typing letters (where a cmdlet or a command is expected), but it doesn't trigger when the user types `-`, e.g. `Get-Content -{CARET}` We...

enhancement
help wanted
good first issue
completion

Consider this program: ``` [Console]::ForegroundColor = 'Green' echo 'hello' ``` When I run it via a plugin run configuration on my Mac, I see the following output: This result is...

bug
help wanted

Consider this script: ```powershell $xxx = Read-Host "foo" -AsSecureString ``` If you run it in an IDE terminal (or any terminal, for that matter) and type anything in response to...

bug
help wanted

Let's investigate how that happens. For now I'm going to disable the test :(

bug

_(Extracted from #34.)_ IntelliJ has an ability to **run inspection by name** and to show the inspections in the tree. We should perhaps fetch the available PSScriptAnalyzer inspections to run...

enhancement
help wanted
good first issue