ContributionsMost RecentMost LikesSolutionscode analysis features I'd appreciate the addition of code analysis features such as pylint or PEP8 to the editor (TestComplete) Make use of folders in stores Hi, I've organized a couple of files in the Store-Files like this: folder: V1 File F1 File F2 folder: V2 File F3 File F4 when I enter 'Files.' in a script and use the autocomplete it will let me do things like Files.NameByIndex() where I can iterate over all files or Files.File1. I would appreciate the possibility to say Files.Folder1.NameByIndex() to use only those files instead of all of them.