- Better file structure view
- Folding function for multi line statements
- No word completion for
tasks
RETURNis changed from keyword to robot syntax marker
- Variable cannot be resolved after multi line statements
- Incorrect paring after robot syntax markers
- Other minor bugs
- Reference link is incorrect sometimes when refactoring projects
- Incorrect inspection warning when
resourcefile is not directly used in transitive import - Cannot parse variable properly in syntax maker statement block
- When plugin cannot find resource/library/variable file by the exact given path, it will try to search the entire project for the most possible files. (Will be useful when your file path is dynamic during the runtime.)
- If plugin find more than one results during the fuzzy search, this file is still marked as unrecognized, you can find the multi results by clicking the references.
- Note, this feature may ignore your potential runtime importing errors.
- Some potential IDE errors
- Robot builtin variable cannot be recognized sometimes
- Some defined variables are missing in word completion list
- Some defined variables' formats are incorrect in word completion list
- Variables dynamically set in settings
Test Setup&Suite Setupnow can be resolved - Variables dynamically set in
__init__.robotnow can be resolved
- Incorrect import reference when there are multi python/resource files with the same name
- Some plugin errors when updating project structure
- Some plugin errors when updating project python interpreter
- Support
WHILECONTINUEBREAKsyntax - Support defined variable word completion in keyword and test
- Some builtin variables are incorrect in recommendation word completion
- Some library keywords completion contains string
' - Dict variables are not considered as variables
- Number variable such as
${1}will be recognized as undefined variable - Variable definition is not recognized after
FORstatement
- Fix some plugin errors
- Support more Pycharm Editions
- Support
TRYEXCEPTsyntax - Support
*** Tasks ***syntax - Support data drive style tests
- Keyword with arguments tail is changed from 2 blanks to 4
- Optimize recommendation word completion
- Optimize syntax highlight color
- Optimize recommendation word completion
- Optimize syntax highlight color
- Support
TRYEXCEPTsyntax - Support
*** Tasks ***syntax - Support data drive style tests
- Fix some plugin errors
- Initial scaffold created from IntelliJ Platform Plugin Template