rls
rls copied to clipboard
Retrieve bytesize as hover information.
I like how I can get type information about the variable under cursor with hover information, especially when the type is complicated.
As an additional information, could RLS also retrieve the bytesize of the variable under cursor? I believe this information is supposed to be known statically and to be directly dependent on the type, so it would not be too complicated. Or am I missing something?
I understand that only the size of data stored on the stack can be retrieved this way, but this is fine.