robotcodedev / robotcode

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

[ENHANCEMENT] Add something like typehints for keyword arguments #150

Open d-biehl opened 1 year ago

d-biehl commented 1 year ago

Add something like typehints for keyword arguments, so that it is possible on the one hand to get completions for data at design time (e.g. enums) and on the other hand to check this data for correctness during analysis.

Maybe it is possible to use something like typehints in comments like in python.