Ruud Kamphuis

Results 363 comments of Ruud Kamphuis

That would mean that anyone who wants to limit imports needs to change it. What if we add a `allowImports` under `disallowedNamespaces` ? Then you can toggle it per disallowedNamespace....

> If imports are so special they need to be separately re-allowed then maybe they should have a separate category ☺️ :+1: You're right. In most cases, its just additional...

Thanks, TIL 😊

Created a [PR](https://github.com/chmln/sd/pull/156) to document it in the readme.

I have the same issue. @SimonTheEngineer Did you solve this problem already?

I think it will be as simple as removing these 3 files: https://github.com/Haehnchen/idea-php-symfony2-plugin/blob/2ba11f4d4bd8a702ede291e68a0f66fa991eaa4f/src/test/java/fr/adrienbrault/idea/symfony2plugin/tests/dic/inspection/CaseSensitivityServiceInspectionTest.java https://github.com/Haehnchen/idea-php-symfony2-plugin/blob/89b9f952d3d909c274201ba49e79d054ce079aff/src/main/java/fr/adrienbrault/idea/symfony2plugin/dic/inspection/CaseSensitivityServiceInspection.java https://github.com/Haehnchen/idea-php-symfony2-plugin/blob/7b0b16bedf82a2978853de0576070993bc96aa75/src/main/resources/inspectionDescriptions/CaseSensitivityServiceInspection.html And remove the inspection definition here: https://github.com/Haehnchen/idea-php-symfony2-plugin/blob/7b0b16bedf82a2978853de0576070993bc96aa75/src/main/resources/META-INF/plugin.xml#L314-L317 @garak Can you confirm that all the cases...

Why should this be a responsibility of this plugin? Even though Symfony uses this directory structure, it does not mean that the contents of `var` are only for Symfony. I...

@Haehnchen Do you have an idea how to fix this? Can you maybe point me to where this "magic" happens, so that I can have a look at the code?...

Thanks for your reply. Maybe you have a hint on how to solve this: ``` Cannot download JetBrains Java Runtime jbr-11_0_3-osx-x64-b304.10 java.io.IOException: Failed to move temporary file '/Volumes/CS/www/idea-php-symfony2-plugin/build/download-task/jbr-11_0_3-osx-x64-b304.10.tar.gz3401429300806933779.part' to destination...

Wow, it worked! I'm able to run the plugin now. This is so cool. I'm going to have a look and see if I can get it to work 💪