tomi / vscode-rf-language-server

VSCode extension to support Robot Framework development
MIT License
53 stars 35 forks source link

File name is added to user keyword while searching keywords #29

Closed Massukio closed 5 years ago

Massukio commented 5 years ago

I update the extension yesterday from 2.0.1 to 2.2.0. Then I found that searching keyword function seems broken. It will add the robot file name into my user keywords as prefix, which make my user keyword not working, and I need to manually remove these prefixes again and again.

For example: A keyword named: Userkeyword: Do something in User file I will get User.Userkeyword: Do something instead of Userkeyword: Do something while searching keywords.

NOTE: I tested it on 2.1.1 and 2.2.0, both can reproduce this issue.

Behavior on 2.0.1 (work perfectly) 2 0 1_work_fine

Behavior on 2.2.0 / 2.1.1 (wrong keyword) versoin_greater_than_2 0 1

tomi commented 5 years ago

You're right, this is an annoying bug. Need to fix it

tomi commented 5 years ago

Fixed in 2.2.1