richjyoung / vscode-modern-vhdl

Modern VSCode VHDL Support
MIT License
30 stars 12 forks source link

Add some snippets #42

Open Altarax opened 2 years ago

Altarax commented 2 years ago

Hi, I'm using your extension and I want to work on FPGA later. I'd like to propose you some features that could be usefull (I guess). Thanks for your work,

gent : I choosed this prefix because "g+tab" is much faster than "entg+tab".

I think it could be interesting to add the prefix "map" to automatically create (by looking for the inputs in the declared component file) : component_name: THE_COMPONENT_DECLARED port map ( input _1 => , input_2 =>, input_X => ); (I haven't learned typescript and javascript yet but I would be interested in helping you out when I can. Maybe this feature is complicated)