Skip to content

Conversation

@Altarax
Copy link

@Altarax Altarax commented Jan 28, 2022

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant