lxtk-org / lxtk

Language Client/Server Toolkit
Eclipse Public License 2.0
33 stars 2 forks source link

Snippet placeholder proposals fix #5

Closed xcariba closed 4 years ago

xcariba commented 4 years ago

When snippet proposal has placeholder lxtk shows it as single choice proposal. For example: let ${1:name} = $0 gives you a popup with single proposal name and applies on Enter, but it should show you selected default value. Current implementation processes it as choice proposal, ex: let ${1|name|} = $0