I've written a script that partially mimics the snippets feature from TextMate (it's also found in few other editors like NetBeans):
https://www.ultraedit.com/resources/scripts/snippets.js
It doesn't have all of TextMate's advanced snippets functionality, it just replaces the keyword under the cursor with a snippet (preserving the indentation), and optionally moves the cursor to somewhere in the snippet. I've sent a request to IDM to add a full snippets feature, and I suggest you do the same.
The default snippets are ones I like to use for HTML/PHP/JavaScript, but you can easily change or replace those with whatever works for you. Also, the default snippets contain tabs which you may want to replace with spaces if that's what you use for indentation.
Cheers,
Sean
https://www.ultraedit.com/resources/scripts/snippets.js
It doesn't have all of TextMate's advanced snippets functionality, it just replaces the keyword under the cursor with a snippet (preserving the indentation), and optionally moves the cursor to somewhere in the snippet. I've sent a request to IDM to add a full snippets feature, and I suggest you do the same.
The default snippets are ones I like to use for HTML/PHP/JavaScript, but you can easily change or replace those with whatever works for you. Also, the default snippets contain tabs which you may want to replace with spaces if that's what you use for indentation.
Cheers,
Sean