tomi / vscode-rf-language-server

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

Replace underscore with spaces in keywords #38

Open jorisvanderpol opened 5 years ago

jorisvanderpol commented 5 years ago

Hi,

I am using a python keyword library and the keywords have spaces in their names (e.g. Write_Message). Robotframework intellisense shows them without the space, but when chosen, replaces it the underscore version again.

Also, the @keyword decorator is not yet supported right?