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)
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)