Community
Participate
Working Groups
When selecting a symbol name, or putting cursor in middle of the symbol, the occurrence highlighting is triggered. This is not working/implemented for function parameters.
We work on a new way to extract information from lua source code. (Bug 370583) We focus our work on providing user assistance for API. (like documentation and autocompletion) In this new version of ldt, we will provide highlight syntax for all local variables (function parameters, locals, for, ...) and also for global variable. we plan to deliver a beta as soon as possible.
Fixed in RC1. Occurence highlighting is now supported for function parameters.