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
{{ message }}
This repository was archived by the owner on Jan 3, 2024. It is now read-only.
and I use the code action Implement missing members, the generated code is:
pubstructFoo;impl std::fmt::DisplayforFoo{fnfmt(&self,f:&mut std::fmt::Formatter<'_>) -> std::fmt::Result{
${0:todo!()}// I want my cursor to move here.}}fnmain(){}
I am using vim-vsnip for regular snippets.
I don't know if this is in the scope of rust-tools or not.