Skip to content

Add some snippets #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add some snippets #42

wants to merge 1 commit into from

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