oleg-shilo / cs-script.npp

CS-Script (C# Intellisense) plugin for Notepad++ (x86/x64)
MIT License
246 stars 52 forks source link

How do I enable snippets? #50

Closed it19862 closed 7 months ago

it19862 commented 3 years ago

How do I enable snippets?

oleg-shilo commented 3 years ago

:( It's broken now. It supposed to be:

Now something prevents insertion of the tab snippet body. Not sure what. Will need to troubleshoot. Marking it as a defect.

oleg-shilo commented 3 years ago

It was a few problems there.

One that cannot be easily and reliably fixed is the competing user input workflows associated with autocompletion popup, Scintilla native autocompletion and tooltip support.

Thus a simplified snippet insertion model has been implemented. From the next version snippet support will be restored and it will cover a simple insertion of the user predefined snippets. snippet