andriyko / sublime-robot-framework-assistant

Robot Framework plugin for Sublime Text3
MIT License
109 stars 43 forks source link

Keywords with embedded variables are not completed correctly #155

Closed aaltat closed 8 years ago

aaltat commented 8 years ago

If I have this keyword: | Embedded "${var}" keyword | Then automatic completion show's this: Embedded "" keyword It should show this: Embedded "${var}" keyword

aaltat commented 8 years ago

It looks like data is scanned in indexed correctly but completion does not work proporly

aaltat commented 8 years ago

Fixed in https://github.com/andriyko/sublime-robot-framework-assistant/commit/9e159b68d59857f7193aa73a93c59cc04167c688