loganch / AutoIt-VSCode

AutoIt Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=Damien.autoit
MIT License
74 stars 25 forks source link

add support Map variables #105

Open muk-as opened 2 years ago

muk-as commented 2 years ago

since 3.3.16.0 u can use Map variables as example Local $mMap[] $mMap.var = 'test'

can u add this type of variables - auto end, detect as variable in workspace and etc.

will be perfect after dot show available variables for this Map for auto end(Completions)