robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

[ENHANCEMENT] When I enter my custom method, I want to bring out the custom parameters as well

Open TianSen-Git opened this issue 8 months ago • 2 comments

Is your enhancement request related to a problem? Please describe. When I enter my custom method, I want to bring out the custom parameters as well.

Describe the solution you'd like Image

TianSen-Git avatar Jun 13 '25 02:06 TianSen-Git

What exactly do you mean by that?

d-biehl avatar Jul 13 '25 22:07 d-biehl

What exactly do you mean by that?

I have two methods .

*** Keywords *** 测试套件开始 [Documentation] 测试套件开始 [Tags] 测试套件开始 [Arguments] ${start} [Setup] Log 测试套件开始 - 开始 Log ${start} [Teardown] Log 测试套件开始 - 结束

测试套件结束 [Documentation] 测试套件结束 [Tags] 测试套件结束 [Arguments] ${down} [Setup] Log 测试套件结束 - 开始 Log ${down} [Teardown] Log 测试套件结束 - 结束

now , when I used 测试套件开始 , 测试套件开始 enter by using the keyboard in .robot ,and Enter . I hope it can bring out the custom parameters. like 测试套件开始 ${start} , not only 测试套件开始。or like 测试套件结束 ${down}

TianSen-Git avatar Jul 15 '25 02:07 TianSen-Git