simrat39 / rust-tools.nvim

Tools for better development in rust using neovim's builtin lsp
MIT License
2.17k stars 159 forks source link

sizeof command #339

Closed Icelk closed 1 year ago

Icelk commented 1 year ago

Thanks for the great project!

I suggest adding a RustSizeof command to get the size of the type (or the type of the variable) under the cursor. Is this possible?

Icelk commented 1 year ago

This seems resolved now, as opening the popup shows the size, alignment, & offset of the struct!

screenshot-2023-03-25-22:32:42