github robotcodedev/robotcode v0.9.6

latest releases: v2.5.1, v2.5.0, v2.4.0...
pre-release4 years ago

added

  • Variable analysis, finds undefined variables
    • in variables, also inner variables like ${a+${b}}
    • in inline python expression like ${{$a+$b}}
    • in expression arguments of IF/WHILE statements like $a<$b
    • in BuiltIn keywords which contains an expression or condition argument, like Evaluate, Should Be True, Skip If, ...
  • Improve handling of completion for argument definitions
  • Support for variable files
    • there is a new setting robotcode.robot.variableFiles and corresponding variableFiles launch configuration setting
    • this corresponds to the --variablefile option from robot

Don't miss a new robotcode release

NewReleases is sending notifications on new releases.