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
Leverage "filterText" to ensure module names aren't included when filtering completion list (unless only searching for modules)
Do not add "any" when inserting variant payloads in expressions
Things to figure out
Qualify JSX V3 constructors Not doing this, let people upgrade to jsx v4 to fix it
Fix insertText not being used unless there's snippet support
Figure out more instances where we want to do typed expr or pattern completion
Future
Figure out when to expand options in JSX props (read more in description of complete JSX prop values #667). Will need to parse the React component make function and look whether prop is optional or not.
The text was updated successfully, but these errors were encountered:
Rough outline of what work to do in what order:
Some(_)
->Some(true)
andSome(false)
for example expand options in typed expr/pattern completion #690Ppat_any
(_
) to trigger completion Let ppat_any trigger completion in patterns #692Things to figure out
Qualify JSX V3 constructorsNot doing this, let people upgrade to jsx v4 to fix itinsertText
not being used unless there's snippet supportFuture
make
function and look whether prop is optional or not.The text was updated successfully, but these errors were encountered: