PhilippeChab / nwscript-ee-language-server

A NWScript Language Server.
https://marketplace.visualstudio.com/items?itemName=PhilippeChab.nwscript-ee-language-server
MIT License
20 stars 7 forks source link

Multiple variable declaration issue #20

Closed Daztek closed 2 years ago

Daztek commented 2 years ago

Pretty minor, but if you declare multiple variables on one line like so int nFoo, nBar, nBaz; it'll only recognize the first one with regards to hover/completion data

PhilippeChab commented 2 years ago

Fixed in 1.3.2.