erinata / FingerText

Tab triggered snippet plugin for Notepad++.
https://sourceforge.net/projects/fingertext/
146 stars 32 forks source link

Is there a way to put chain snippet hotspot in a list hotspot? #62

Open cricrazy opened 7 years ago

cricrazy commented 7 years ago

Let me explain:

I have several string related snippets tarting with str

strlen strtrim strjoin

Here is the workflow:

  1. I trigger the all string commands with str trigger.
  2. I select one of the listed commands and press enter or tab to chain trigger that command.

Here are my failed attempts.

Trigger Text: str

Scope: GLOBAL

$[![(lis)$[![(cha)strlen]!]|$[![(cha)strtrim]!]]!] [>END<]