Personalizing SciTE autocomplete by adding your functions and labels

preview_player
Показать описание
In this video I demonstrate how you can personalize the autocorrect / Intellisense for SciTE with functions & labels from your local files. This can greatly reduce the amount of time it takes to develop code!

I added all of my files under my standard library folder. :)

Рекомендации по теме
Комментарии
Автор

Hi Joe, have you figured out how to bring the function intellisense back when typing each parameter out?

niczoom
Автор

Do you know if this works with classes? I can get it to import the functions, but I'd like to keep it in class format so I can do things like class = object, func = Click. Then have it intellisense when I type object. and be able to find object.Click().

toughbama