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
in vscode accepting clone autocompletion produces slice.clone, but in sublime it produces just clone, replacing the slice. part. It only happens with procedues, not with variables or types.
It happens regardless of enable_procedure_snippet setting. (the parenthesizes are not added in both cases, even in local procedures)
haven't debug it enough to tell if this is a sublime/ols bug tbh
but it happens only in odin
The text was updated successfully, but these errors were encountered:
thetarnav
changed the title
package proc autocomplete bug in sublime text
namespace.proc autocomplete bug in sublime text
Aug 17, 2024
I can repro it. But looking at the completion lsp it doesn't actually tell sublime to replace it. There is no difference between completion that works and doesn't from the lsp log. It most likely has to be sent to sublime LSP.
in vscode accepting
clone
autocompletion producesslice.clone
, but in sublime it produces justclone
, replacing theslice.
part. It only happens with procedues, not with variables or types.It happens regardless of
enable_procedure_snippet
setting. (the parenthesizes are not added in both cases, even in local procedures)haven't debug it enough to tell if this is a sublime/ols bug tbh
but it happens only in odin
The text was updated successfully, but these errors were encountered: