Luncher91 / VBScript-vscode

A vscode extension for VBScript language support
MIT License
20 stars 5 forks source link

intellisense support #5

Closed Luncher91 closed 6 years ago

Luncher91 commented 6 years ago

It would be great to have some kind of intellisense support such that symbols will be listed while typing.

The first step will be to list them independent of the scope.

Luncher91 commented 6 years ago

Added code completion for symbols by scope. The visibility of symbols is not taken into account yet!

Luncher91 commented 6 years ago

taken a small step further by closing #7

Luncher91 commented 6 years ago

By closing #4 I am very satisfied with the code completion so I will close this ticket.