You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support LSP snippets to restore functionality of R languageserver.
R languageserver moved some function completions to use snippets: REditorSupport/languageserver#168. It is not currently supported and adds an annoying '$0' instead:
How is it done today, and what are the limits of current practice?