Skip to main content

Module postfix

Module postfix 

Source
Expand description

Postfix completions, like Ok(10).ifl$0 => if let Ok() = Ok(10) { $0 }.

Modulesยง

format_like ๐Ÿ”’

Functionsยง

add_custom_postfix_completions ๐Ÿ”’
build_postfix_snippet_builder ๐Ÿ”’
complete_postfix ๐Ÿ”’
get_receiver_text ๐Ÿ”’
include_references ๐Ÿ”’
Given an initial_element, tries to expand it to include deref(s), not(s), and then references. Returns the expanded expressions, and the added prefix as a string
is_in_condition ๐Ÿ”’
is_in_value ๐Ÿ”’
receiver_accessor ๐Ÿ”’
suggest_receiver_name ๐Ÿ”’