Skip to content
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

Quickfix for interface #24

Closed
TKapitan opened this issue Apr 20, 2020 · 4 comments
Closed

Quickfix for interface #24

TKapitan opened this issue Apr 20, 2020 · 4 comments

Comments

@TKapitan
Copy link

Hi,
A new quick fix to generate the body of CU that implements an interface (with all procedures). In my current project, I have already 6 interfaces for enums and this is one of the things that I really miss

image

( waldo1001/crs-al-language-extension#165 )

@DavidFeldhoff
Copy link
Owner

Hi, if I understand you correctly, you want to insert the procedure stubs which are required by the interface.
This code action does already exist in the al language extension as stated in their changelog, but you have to activate it.
I hope it helps and fits your needs. If there's something missing, please let me know, so that I could check if I can do something for you.

image

image

image

@waldo1001
Copy link

I think I showed this feature in my webinar without knowing it was part of your extension... my apologies .. :(. And thanks for adding it!

@DavidFeldhoff
Copy link
Owner

Which feature do you mean? The "Implement interface" one?
That's not from me, that's from Microsoft, but you have to activate it in the settings of the "al language" extension :)

@waldo1001
Copy link

Ah, ok, I thought it was yours :-)
#confused

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

No branches or pull requests

3 participants