When IDE module currently provides suggestion for a variable reference, it produces an invalid document: <img width="416" alt="Untitled 2" src="https://user-images.githubusercontent.com/588128/61189228-cc03a780-a68a-11e9-8db4-b0b0edb9241e.png"> On the screenshot above it should be ```diff -variable VARIABLE +[variable] VARIABLE ``` So that the inserted text is enclosed in square brackets, similarly to how the `STRING` terminal is proposed.