EdaphicStudio / SystemVerilog

Public issue tracker for Edaphic.Studio/SV
MIT License
0 stars 0 forks source link

Autocompletion for keywords #7

Closed VaginAY closed 5 years ago

VaginAY commented 6 years ago

Good day!

Is it possible to make autocompletion for keywords (always, initial, etc.)?

Best regards, Alexander

EdaphicStudio commented 6 years ago

I'm working on this right now (setting up testing infrastructure). I want to implement smart keyword matching where only keywords relevant to your current scope is presented as a choice.

That said I might do a quick-and-dirty release where I match against all keywords and then work myself backward. What do you think?

VaginAY commented 6 years ago

Good news! We will wait.

EdaphicStudio commented 5 years ago

Code completion has come a long way. Still not perfect but better. Please report suggested additions as new bugs