lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

support `+T` `+?` `-T` `-?` to edit types in `@as` like `@cast`

Open justarandomgeek opened this issue 1 year ago • 0 comments

it would be nice to be able to do the same kind of +T +? -T -? type edits with @as that we can do with @cast. Primarily for removing a maybe-nil from a return value in cases where the programmer knows it won't really be nil.

justarandomgeek avatar Jul 08 '24 19:07 justarandomgeek