Source: code_actions
Quickly generate boilerplate code and code comments for functions, structs, and ABIs.
Source: completion.rs
Suggests code to follow partially written statements for functions and variables.
Jumps to the definition of a symbol from its usage.
Locates all occurrences of a symbol throughout the project.
Source: hover
Provides documentation, compiler diagnostics, and reference links when hovering over functions and variables.
Source: inlay_hints.rs
Displays the implied type of a variable next to the variable name. Configurable in Settings.
Source: rename.rs
Renames a symbol everywhere in the workspace.
Source: diagnostic.rs
Displays compiler warnings and errors inline.
Source: highlight.rs
Highlights code based on type and context.
Source: runnable.rs
Shows a button above a runnable function or test.