Hello Everyone!
I understand and thanks a lot for developing newer and newer RF versions…but which editor fully supports the newest RF version. Code hints, underline the invalid syntax (RF 4.0 features)…etc
Thanks for your answer.
Hello Everyone!
I understand and thanks a lot for developing newer and newer RF versions…but which editor fully supports the newest RF version. Code hints, underline the invalid syntax (RF 4.0 features)…etc
Thanks for your answer.
Language Server Protocol (LSP) based plugins support all latest RF features. There are two such alternatives natively available for VSCode and one for PyCharm.
Thanks for the answer.
I have another problem.
I installed the latest robotframework (6.0.2) with vscode (lsp) and also the robotframework-lsp from pypi.
Everything works fine but if a keyword parameter is a keyword, the editor cant recognize it and cannot navigate to the definition from it.Code completion does not work in case.
Example:
“loc span by text” is a keyword but the editor handles it as a simple string parameter.
Do you have any settings to solve this issue?
Thanks in advance,