I made another significant update around autocompletion and module instantiation:
- Autocompletion now works with interface (providing list of signal of the interface). Also added a few uvm_ functions, system task and macro command
- module instantiation: can now auto-declare signals (if not already exisiting) for automatic connection.
Since these features relies heavily on more or less complex regex I expect it to not work for everyone: if you find some coding style that are parsed properly you can use the issue tracker of BitBucket to provide me some examples.
).


