AdaCore / ada_language_server

Server implementing the Microsoft Language Protocol for Ada and SPARK
GNU General Public License v3.0
226 stars 54 forks source link

Subprogram box for task bodies #1153

Closed rocher closed 11 months ago

rocher commented 1 year ago

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 commented 1 year ago

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

reznikmm commented 11 months ago

It should work since 23.0.20 release!