Matej

Results 6 comments of Matej

> I think there should be at least three options in the settings: > > * sort strategy > * sort on save > * clean on save > >...

What happens if you assign a value immediately? ```php # GLOBALS.php /** @var bool $stateIsProduction description goes here */ global bool $stateIsProduction = false; // Initial assignment here if (true)...

What about the newer dart-sass?

I'm hitting the same issue with a slightly different command: ``` docker run --rm -it --env GOPATH=/go -v %CD%:/go/src -w /go/src quay.io/goswagger/swagger ``` Using GitBash terminal integrated into Visual Studio...

I have "C#" (Microsoft) and "C# Extensions" (JosKreativ) extension installed but not "C# Dev Kit" and it still doesn't work with Omnisharp :/ Edit: Right click on class name, choose...

I have a PR ready, but no permissions to push. The change is in composer.json LINE 31: ``` - "guzzlehttp/guzzle": "^6.1 || ^7.0.1", + "guzzlehttp/guzzle": "^6.1 || ^7.0", ```