Simple Utility to Type Out Variable-Formatted Tokens

Sharing this little utility I've been running for a while now.

When typing "$var", this utility automatically types out:
%Variable%% then places cursor in between percent symbols like this %|%.

Better yet, if you already have the name of your variable copied on your clipboard, it will type out:
%Variable%nameOfYourVariable%

:+1:

Expand: $var.kmmacros (21.1 KB)

2 Likes

Nice.

But I'm a bit confused by this bit:

Should it not be just instanceMaxCharCount, or am I missing a clever trick?

1 Like

@Nige_S you're totally right, sorry about that. I messed that part up at some point while preparing the example for here.

I fixed and uploaded a new .kmmacros on my post.

2 Likes