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
I’ve noticed that if I type Set. it gives me autocompletions and I can pick for example Set.fromList, but I have to add import Set myself. Would it make sense to automatically make sure that there’s an import for the thing autocompleted to?
The text was updated successfully, but these errors were encountered:
The type-driven autocomplete is great!
I’ve noticed that if I type
Set.
it gives me autocompletions and I can pick for exampleSet.fromList
, but I have to addimport Set
myself. Would it make sense to automatically make sure that there’s animport
for the thing autocompleted to?The text was updated successfully, but these errors were encountered: