-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
Description
It would be great if we don't need to remember the names of Wingman's tactics, using autocompletion or actions activated only in Wingman's tactic blocks.
For example, when we have
foo :: Int -> Int
foo = (+) 1
bar :: Int
bar = [wingman| · |](where · is the position of the cursor) we may get either
- Autocompletion
Withapply,application,use, ... (listing only applicable tactics if possible) - Actions
Likeadd 'apply' in tactic block,add 'use' in tactic block, ... (likewise, only applicable if possible)