Currently, completion for module attributes returns `insertText` with `@` prefix removed. ie. if the module have `@default_value` attribute. `@defa<cursor>` returns `defult_value` as insertText. From the spec `CompletionItem.insertText` should be complete text including `@`?