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

Subprogram box for task bodies #1153

Closed
rocher opened this issue Jul 3, 2023 · 2 comments
Closed

Subprogram box for task bodies #1153

rocher opened this issue Jul 3, 2023 · 2 comments
Assignees

Comments

@rocher
Copy link

rocher commented Jul 3, 2023

Hi,

I think that it would be nice to have the Add Subprogram Box command also for task bodies:

task body My_Task is
begin
   null;
end My_Task;

to make it look like:

-------------
-- My_Task --
-------------

task body My_Task is
begin
   null;
end My_Task;
@AnthonyLeonardoGracio
Copy link
Contributor

Indeed, we can change that. Thanks for the suggestion!

adacore-bot pushed a commit that referenced this issue Jul 7, 2023
These symbols are returned as SymbolKind.Module by the ALS.

For #1153
@reznikmm
Copy link
Contributor

It should work since 23.0.20 release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants