robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
173 stars 14 forks source link

[ENHANCEMENT] Add type information imported variables including dict key names and member names #128

Open d-biehl opened 1 year ago

d-biehl commented 1 year ago

if possible, add type informations like dict key names or method/member names of type.

Analyze dicts according to size and elements, maybe do not analyze dicts with dicts as value, this can be time consuming with large dicts and hierarchies