Cbf Fcb
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created PHP Exception Transformation not correctly recognized
IntelliJ IDEA 2024.2.4 (Ultimate Edition)PHP Plugin Version: 242.23726.107In the following PHP Code:try { /** * Code which potentially throws any Exception, not only MyCus... -
Edited Quick Action Options sometimes disappear
AnsweredOccasionally, not all quick actions are visible when coding in flutter using your IDE. This happened for the 4th time now, so I wanted to post it here. We have the latest version of flutter (stable... -
Created IDE bug if first SSH connection attempt fails
AnsweredSetup a new deployment configuration Setup a new SSH Configuration that you use for that deployment configuration, with authentication type “Key pair” (PKA) and specify the path to your custom key... -
Created Cannot configure Gitlab integration in IntelliJ, authentication fails
AnsweredI'm trying to integrate my gitlab account into my IntelliJ IDE. For this, I've created an access token within my gitlab account. If I then run: curl "https://repo.base.com/api/v4/version" --header ... -
Edited How to deploy files from local folder /my/local/folder into /remote/destination ?
AnsweredHow do I have to setup the path mappings to deploy as mentioned in my question ? I currently use the following deployment configs, but this does not do as needed:Path Mappings:Local Path ... -
Created Configure Codeception in IntelliJ Ultimate
I'm trying to create a Runtime Configuration for the Codeception framework for PHP, used in my IntelliJ Ultimate IDE. In the search Engines, there's this page ‘Codeception | IntelliJ IDEA Document... -
Created Disable automatic PSR-0 Detection
AnsweredI'm coding projects in PHP using IntelliJ, and since the last update to the most recent IntelliJ Ultimate Version, it seemingly activated the automatic detection of PSR-0 namespace roots. This is c... -
Created Array key hinting triggering propositions
AnsweredWhen I document an array with its string keys in a PHPDoc, and do so in PHPStorm, the IDE automatically proposes the according keys before the first use: In IntelliJ, this does not work. Is this a ... -
Created Couple IDE's deployment with CLI operations?
Hi there, I'm trying to run specific shell scripts whenever I deploy specific files. E.g., when I edit my CSS stylesheet and then click on "Deployment > Upload to default server", or do any othe... -
Created How to deploy files of a folder into another one?
My problem is simple, I have a project, and in this project: There is a project/js folder, with plenty of js files There is a project/js-prod folder, with plenty of js files, but minified I have, ...