laravel-idea / plugin

Laravel Idea plugin for PhpStorm
https://laravel-idea.com/
174 stars 7 forks source link

[Question]: how to use this plugin with Qodana in CI/CD #1055

Open azgooon opened 2 months ago

azgooon commented 2 months ago

Bug description

Hi,

I am not having much luck with configuring this plugin to be used in Qodana in the pipelines. I have updated qodana.yaml to have information about the plugin but the detected errors are indicating that the plugin is not working. I.e local scops that are "understood" in IDE (with Laravel idea plugin installed) are picked up as undefined methods in the qodana report that comes from the pipeline execution.

What am I missing?

Thanks,

Plugin version

8.2.4.242

Operating system

None

Steps to reproduce

plugins:
  - id: com.laravel_idea.plugin #(plugin id can be found at https://plugins.jetbrains.com)

Relevant log output

No response

adelf commented 2 months ago

Qodana can't use paid plugins. Yet. We are preparing a special plugin release for Qodana. I hope it will happen this month.

azgooon commented 2 months ago

@adelf this is great news! I very much look forward to the first release :)