robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

[ENHANCEMENT] When i Ctrl + Click,i hope it can turn to the actual implementation

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

Is your enhancement request related to a problem? Please describe. .Resource ,the mouse position it's not turn to Resource.

Ctrl + Click 公共组件.用例开始 , the position is turn to *** Settings *** Library OperatingSystem Resource 公共组件/公共组件.resource at here

i hope it can turn to the actual implementation

459

If possible add some example source code like: 公共组件.resource *** Settings *** Documentation 公共组件

*** Keywords *** 用例开始 [Arguments] ${name} Log 1_${name}

Test1.robot *** Settings *** Library OperatingSystem Resource 公共组件/公共组件.resource

*** Variables *** ${Base_Directory} ${CURDIR}

*** Test Cases *** first [Tags] [Setup] 公共组件.用例开始 Start Run Keyword And Continue On Failure Log ${Base_Directory} [Teardown] Log Down

second [Documentation] 测试用例2 Log 运行测试用例2

Pycharm [e.g. 2025.1.1] plugins: robotcode4ij-1.2.0.zip RobotCode Version [e.g. 1.2] OS: [e.g. Windows, Linux] Python Version [e.g. 3.13.2] RobotFramework Version [e.g. 6.1.1] Additional tools like robocop, robotidy

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

First, could you clarify exactly where you’re clicking? If you click before the dot (.), it should take you to the namespace (i.e. the .resource file); if you click after the dot, it should jump to the keyword itself. Is that not what you’re seeing?

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

First, could you clarify exactly where you’re clicking? If you click before the dot (.), it should take you to the namespace (i.e. the .resource file); if you click after the dot, it should jump to the keyword itself. Is that not what you’re seeing?

yes,but I click behind the dot (.), it should jump to the keyword itself . that's what I want to see

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