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
206 stars 93 forks source link

Issue with plugin "intellibot @seleniumlibrary patched" #388

Closed judahshaik closed 3 years ago

judahshaik commented 3 years ago

Hi team, My Pycharm doesn't work this plug (intellibot @seleniumlibrary patched) to work with .robot files. also .robot files are not recognizing, and auto suggestions as well not working. after installing this plugin it will prompt to restart IDE and once it is restarted Pycharm throws an error like (" Exception in Plugin intellibot @seleniumlibrary patched. Disable plugin This plugin is not a production of JetBrains. Please report this ")

I have updated all required files to latest- Selenium, selenium library, Robotframework selenium2library, Robotframework seleniumlibrary, etc.

fabioz commented 3 years ago

This plugin isn't the intellibot plugin, it's the Robot Framework Language Server (https://plugins.jetbrains.com/plugin/16086-robot-framework-language-server).

If you want to use the Robot Framework Language Server, please uninstall other Robot Framework related plugins (such as Intellibot) and install the Robot Framework Language Server.

Otherwise, if you want to use Intellibot and have an issue with it, please file an issue to the Intellibot plugin.