robocorp / robotframework-lsp

Robocorp extensions for VS Code: Robocorp Code and RFW LSP
https://robocorp.com/docs/developer-tools/visual-studio-code
Apache License 2.0
205 stars 93 forks source link

pycharm - formatter doesn't work #939

Open DetachHead opened 1 year ago

DetachHead commented 1 year ago

Describe the bug when setting the formatter to robotidy or builtinTidy, no formatting occurs when pressing ctrl+alt+L or ctrl+s

To Reproduce Steps to reproduce the behavior:

  1. set "Code Formatter" setting to robotidy or builtinTidy
  2. change the formatting in a robot file to be incorrect

Expected behavior robot code formatted

Screenshots image

image

Versions:

Logs nothing from this extension is outputted in the log when formatting

PataviniMa commented 5 months ago

I'm following this. I can't get the bundled robotidy to work with PyCharm. @fabioz Is there any additional setting required?