Skip to content

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

Open
@TianSen-Git

Description

@TianSen-Git

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions