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
Since we are using tree-sitter we know what is being typed when a completion request comes in. There's a note in misc_handlers.tl to not try and provide type resolution, but it might be worth looking into while typing simple_type, var (which i think are local and global), and "attributes" (or what <const> and <total> are referred to as, I can't quite recall)
Since we are using tree-sitter we know what is being typed when a completion request comes in. There's a note in
misc_handlers.tl
to not try and provide type resolution, but it might be worth looking into while typingsimple_type
,var
(which i think arelocal
andglobal
), and "attributes" (or what<const>
and<total>
are referred to as, I can't quite recall)teal-language-server/src/teal_language_server/misc_handlers.tl
Lines 211 to 215 in 2dad2a7
The text was updated successfully, but these errors were encountered: