PhpStorm 2019 or newer - how to use Windows theme? - phpstorm

In PhpStorm 2016 I had this theme:
In PhpStorm 2019 the theme is missing:
How to use it?

Related

How to create an extension for VS Studio 2022 for mac?

I have VS 2022 for Mac, latest released version 17.3.5.
I do not have the "IDE Extension" template:
I do have the AddinMaker plugin:
I do not have the Xamarin support installed in VS Mac 2022, do I need it to create extensions?

Razor editor in Visual Studio 2022 Preview (Mac)

My Razor code won't automatically format on VS 2022.
Where do I find this setting they talk about here on Windows:
https://devblogs.microsoft.com/dotnet/improvements-to-the-new-razor-editor-in-visual-studio/
I'm hoping not to learn it's not supported on the Mac.

Minifying in visual studio 2019

I installed the nuget package related to bundlerMinifier in Visual Studio 2019, but when I select the file related to css,html and etc. for minifying, there is no option related to minifition and bundlre. How can i do it .Thank you for your help

PHP 7.1 support in PhpStorm 10

I am using PhpStorm 10.0 but the new php 7.1 syntax is not correctly parsed.
For instance, the following getter is considered invalid syntax:
public function notes(): ?string
{
return $this->notes;
}
Is it possible to make PhpStorm 10.0 php 7.1-aware or do I need to upgrade to the new version?
Is it possible to make PhpStorm 10.0 php 7.1-aware
No.
or do I need to upgrade to the new version?
Yes.
You need at very least 2016.2.2 for such syntax to be supported (latest at the moment is 2017.2.1).
https://stackoverflow.com/a/45483094/783119
Why are you not on PhpStorm 2017.2? You can't expect support for a version of PHP that came after the program was released (and subsequently superceded).
PhpStorm 10 was released in November 2015.
PhpStorm 10 was superceded by PhpStorm 2016.1 in March 2016
PHP 7.1 was released December 2016.

SSIS - BIDS Helper Install

I'm trying to install BIDS Helper, for use on Visual Studio 2015. The most recent pack, posted in May 2015 on Codeplex, does not appear to be compatible with VS 2015. After downloading it to my Program Files, I get a bunch of DLL files, but no installation files (the prompt said it should have been auto added, during the download). Am I missing something?
In Visual Studio 2015 (and above once we support them) you can install BIDS Helper from the Visual Studio Gallery as described here.