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
There are some snippets where the last letter of the type isn't included. For example:
joinpath completes to joinpath(parts...) -> Strin)
length completes to length(collection) -> Intege)
A quick ctrl-f in julia.sublime_completions shows 17 matches for Intege} and 40 for Boo}. Haven't checked other types, but something is clearly going awry. Here's an example of the snippet.
It's not a big deal at all, but it would be nice to fix :) I'd have a go if I knew more about regex.
The text was updated successfully, but these errors were encountered:
There are some snippets where the last letter of the type isn't included. For example:
joinpath
completes tojoinpath(parts...) -> Strin)
length
completes tolength(collection) -> Intege)
A quick ctrl-f in
julia.sublime_completions
shows 17 matches forIntege}
and 40 forBoo}
. Haven't checked other types, but something is clearly going awry. Here's an example of the snippet.It's not a big deal at all, but it would be nice to fix :) I'd have a go if I knew more about regex.
The text was updated successfully, but these errors were encountered: