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
For example "pour air" would make a new line, "pour token air" would insert space and leave cursor on same line, "pour arg air" would insert comma and leave cursor after. Similarly, "clone air" would clone the line, but "clone token air", "clone arg air" etc would operate with the corresponding delimiters
@AndreasArvidsson So I think the only thing missing from #672 here is "float", "drop" and "puff". Not saying we should impl those in that PR—it's already massive. But maybe we should file those into a follow-up issue?
Personally I'm not sure that they actually are that useful. If you would like them I would file a follow up issue because the meat of the first issues already done.
For example "pour air" would make a new line, "pour token air" would insert space and leave cursor on same line, "pour arg air" would insert comma and leave cursor after. Similarly, "clone air" would clone the line, but "clone token air", "clone arg air" etc would operate with the corresponding delimiters
Using action preference selection type
Springs from #230
Will rely on #202
Should we also handle "drop" / "float" / "puff" the same way? So eg "float argue air" would insert a
,
before the argumentThe text was updated successfully, but these errors were encountered: