slothbear / sloth

Eclipse editor for Second Life Linden Scripting Language (LSL)
adammarker.org/sloth
0 stars 0 forks source link

Enhance computeCompletionProposals to be aware of context. #4

Closed slothbear closed 2 years ago

slothbear commented 11 years ago

Currently any request for completion looks through every function, constant, event, keyword, and type. In the past this wasn't a big deal since the lists were smaller. Depending on the speed of the machine it might still be usable. It's still a lot of extraneous completions that often don't fit in the current context. Get smarter!