BGforgeNet / VScode-BGforge-MLS

BGforge MultiLanguage server
https://forums.bgforge.net/viewforum.php?f=35
Other
16 stars 5 forks source link

Autocompletion: weidu built-in constants #6

Closed 4Luke4 closed 5 years ago

4Luke4 commented 5 years ago

Pretty much what the title states. Autocompletion should suggest all the constants listed in section 15 (WeiDU constants) of the official documentation.

burner1024 commented 5 years ago

This is easy to do, just need to add them to weidu.completion.yml

4Luke4 commented 5 years ago

This is easy to do, just need to add them to weidu.completion.yml

They must be added under tp2-value, right?

burner1024 commented 5 years ago

Right. And the corresponding highlighting rules are here, with most of these constants already in.

4Luke4 commented 5 years ago

@burner1024 OK, I created a pull request for this. Please check and review it...

burner1024 commented 5 years ago

Fixed with pull #7.