How to personalize SciTE Intellisense with variables, labels, functions

preview_player
Показать описание
Here I show how to personalize SciTE Intellisense. This is a great way to work smarter, not harder. SciTE is a great editor for AutoHotkey and I demonstrate how to improve SciTE4AutoHotkey.

In this video I demonstrate how I am able to add in my variable names, labels, functions to my Intellisense/ Autocomplete from my current saved script.

This is going to save me a TON of time as i always forget exactly what I named my variables!

1. 00:00 👩‍💻 Use autocomplete to grab variables and functions within your working script and save the file as autocomplete.LUA in your custom folder for SciTE Intellisense.

2. 00:46 🛠 Create a user Lua script to personalize SciTE Intellisense with variables, labels, and functions.

3. 01:38 👨‍🏫 Personalize SciTE Intellisense with variables, labels, and functions by saving the file and typing to see dynamic options.

4. 02:17 👨‍🏫 Use variables, labels, and functions to personalize SciTE Intellisense.

5. 02:52 👍 Intellisense in SciTE can help with variable names in long scripts, making it incredibly helpful.
Рекомендации по теме
Комментарии
Автор

at the 2:39 mark...how do you get that white box to come up??...doesnt do that for me

andretti-sw
Автор

It works fine! 💻
But automatic save isn't work fine!
I've put this string:
local events = { OnChar = handleChar, OnKey = handleKey, OnSave = buildNames, OnUpdateUI = buildNames, --I added this line @ line 282 OnSwitchFile = function()

СергейДрузь-ьж