eirikpre / VSCode-SystemVerilog

SystemVerilog support in VS Code
MIT License
128 stars 50 forks source link

command module auto initiate #49

Closed oehaddouchi closed 5 years ago

oehaddouchi commented 5 years ago

Issue #17:

A command for automatically creating an instance for modules in the workspace. -Uses the indexed SymbolInformation in WorkspaceSymbolProvider to get the module definition.