anboralabs / sqlfluff-intellij-community

Sqlfluff plugin integration with intellij
GNU General Public License v3.0
0 stars 1 forks source link

Right click menu doesn't work #70

Closed Pooort closed 1 month ago

Pooort commented 1 month ago

Right click menu doesn't work for me. PyCharm Version: 2024.2.1 SQLFluff Linter (Ultimate Edition) version: 2024.3.3

sqlfluff

dalgarins commented 1 month ago

working on it, I have found the issue

dalgarins commented 1 month ago

@Pooort new version is available: 2024.3.4, please update your plugin and let me know if the issue is fixed to you.

Pooort commented 1 month ago

@dalgarins sorry, still the same: image

dalgarins commented 1 month ago

@Pooort could you share the sqlfluff settings in your IDE?

Pooort commented 1 month ago

This one? 3

dalgarins commented 1 month ago

@Pooort yes, but seems ok, I going to try to recreate the issue, installing a new ide and the plugin.

Pooort commented 1 month ago

@dalgarins any info?

dalgarins commented 1 month ago

@Pooort I need a favor, go to settings plugins installed and you will have two plugins of sqlfluff, community and ultimate edition, could you validate if both are updated with last version?

Pooort commented 1 month ago

@dalgarins image

dalgarins commented 1 month ago

@Pooort I have created a new release to always show the option run sqlfluff lint, the version will be 2024.3.5, let me know if that fix your issue, please wait until jetbrains approval to see the update.

dalgarins commented 1 month ago

@Pooort please update the plugin and let me know if the issue is fixed to you.

dalgarins commented 1 month ago

@Pooort is the issue fixed to you?

Pooort commented 1 month ago

@dalgarins no, the same state:

image

image

image

Pooort commented 1 month ago

Hi, @dalgarins. Any info?

dalgarins commented 1 month ago

@Pooort please do the following steps, uninstall both sqlfluff plugins restart the ide, and install again sqlfluff ultimate edition, also open your test.sql and move your mouse over a highlighted error it will show you a quick fix popup, validate if you see also that pop-up.

Pooort commented 1 month ago

@dalgarins yes, I see fix popup like this: image

But:

  1. Nothing happen when I click to 'Change to upper case'
  2. No right click menu item like in description: image
dalgarins commented 1 month ago

@Pooort please schedule a meet: https://calendly.com/dalgarins I really want to understand your issue and fix it.

dalgarins commented 1 month ago

@Pooort next version: 2024.3.6 will have the right click option in editor tab, thanks for the idea and your time.

dalgarins commented 1 month ago

@Pooort please update to latest version and let me know if the right click option on editor is available, also please support my work giving me some starts on intellij marketplace.

Pooort commented 1 month ago

It works. Thank you. @dalgarins Is it able to fix just selected text instead of the whole file?

dalgarins commented 1 month ago

@Pooort only clicking on the popup fix option for some violations, right click it's not possible to fix selected text, but create a new issue, I will work on that.