Conversation
|
Looks good. Could you please remove 3 lines mentioned in other comment? And I'll merge. |
what's that? i did not get you.. 😄 |
|
you meant not to change snip dict's title which in snippets.json, those 3 lines? |
|
|
||
| detail: info.description, | ||
| insertText: info.body.join('\n'), | ||
| insertTextFormat: InsertTextFormat.Snippet, |
There was a problem hiding this comment.
These 3 lines are unnecessary and added on CompletionResolve event with enrichWithSnippetDetails function.
There was a problem hiding this comment.
actually have to, otherwise those are not snip items.
those are working for auto completion, vs compared to completionResolve looks those for manual omni completion.
Totaly forgot to submit review ;) |
|
and this pr is just trying to solve auto completion for snip from snippets.json |
|
and did not impl |
|
|
|
@Beaglefoot |
|
please refer bash-lsp/bash-language-server#897 (comment) |
closes #44