Thread overview
Visual Studio Code: is there a "code ouline" feature/extension?
Jul 18, 2018
Bogdan
Jul 18, 2018
Bogdan
Jul 18, 2018
Bogdan
Jul 20, 2018
Soulsbane
Jul 21, 2018
Bogdan
Jul 21, 2018
Soulsbane
Jul 22, 2018
Bogdan
Aug 02, 2018
Soulsbane
Sep 16, 2018
WebFreak001
Sep 17, 2018
Soulsbane
July 18, 2018
Is there a "code outline" feature available in VSC, similar to the one in Eclipse, which shows the classes, functions, variables, etc. defined in the current module?
July 18, 2018
On Wednesday, 18 July 2018 at 08:03:36 UTC, Bogdan wrote:
> Is there a "code outline" feature available in VSC, similar to the one in Eclipse, which shows the classes, functions, variables, etc. defined in the current module?

Ups, nevermind! There's an "Outline View".
July 18, 2018
On Wednesday, 18 July 2018 at 08:15:23 UTC, Bogdan wrote:
> Ups, nevermind! There's an "Outline View".

... which doesn't work very well for dlang
July 20, 2018
On Wednesday, 18 July 2018 at 08:18:24 UTC, Bogdan wrote:
> On Wednesday, 18 July 2018 at 08:15:23 UTC, Bogdan wrote:
>> Ups, nevermind! There's an "Outline View".
>
> ... which doesn't work very well for dlang

How So? Are you using code-d? It works for me.
July 21, 2018
On Friday, 20 July 2018 at 19:37:56 UTC, Soulsbane wrote:
> How So? Are you using code-d? It works for me.

It seems that all symbols are listed uniformly without showing which member belongs to which structure, for example.

Unless I'm missing something.

July 21, 2018
On Saturday, 21 July 2018 at 07:54:56 UTC, Bogdan wrote:
> On Friday, 20 July 2018 at 19:37:56 UTC, Soulsbane wrote:
>> How So? Are you using code-d? It works for me.
>
> It seems that all symbols are listed uniformly without showing which member belongs to which structure, for example.
>
> Unless I'm missing something.

Ah, yes that bug. I'm not working on anything to complex at the moment in D and it wasn't bothering me. I opened up one of my larger projects and I see what you mean. Might ask on code-d's GitHub issues https://github.com/Pure-D/code-d/issues.
July 22, 2018
On Saturday, 21 July 2018 at 20:01:14 UTC, Soulsbane wrote:

> Ah, yes that bug. I'm not working on anything to complex at the moment in D and it wasn't bothering me. I opened up one of my larger projects and I see what you mean. Might ask on code-d's GitHub issues https://github.com/Pure-D/code-d/issues.

Thanks, I'll look into that.
August 02, 2018
On Sunday, 22 July 2018 at 18:02:42 UTC, Bogdan wrote:
> On Saturday, 21 July 2018 at 20:01:14 UTC, Soulsbane wrote:
>
>> Ah, yes that bug. I'm not working on anything to complex at the moment in D and it wasn't bothering me. I opened up one of my larger projects and I see what you mean. Might ask on code-d's GitHub issues https://github.com/Pure-D/code-d/issues.
>
> Thanks, I'll look into that.

Created an issue for it https://github.com/Pure-D/code-d/issues/201
September 16, 2018
On Thursday, 2 August 2018 at 04:35:30 UTC, Soulsbane wrote:
> On Sunday, 22 July 2018 at 18:02:42 UTC, Bogdan wrote:
>> On Saturday, 21 July 2018 at 20:01:14 UTC, Soulsbane wrote:
>>
>>> Ah, yes that bug. I'm not working on anything to complex at the moment in D and it wasn't bothering me. I opened up one of my larger projects and I see what you mean. Might ask on code-d's GitHub issues https://github.com/Pure-D/code-d/issues.
>>
>> Thanks, I'll look into that.
>
> Created an issue for it https://github.com/Pure-D/code-d/issues/201

has been fixed, update serve-d
September 17, 2018
On Sunday, 16 September 2018 at 18:41:26 UTC, WebFreak001 wrote:
> On Thursday, 2 August 2018 at 04:35:30 UTC, Soulsbane wrote:
>> On Sunday, 22 July 2018 at 18:02:42 UTC, Bogdan wrote:
>>> On Saturday, 21 July 2018 at 20:01:14 UTC, Soulsbane wrote:
>>>
>>>> Ah, yes that bug. I'm not working on anything to complex at the moment in D and it wasn't bothering me. I opened up one of my larger projects and I see what you mean. Might ask on code-d's GitHub issues https://github.com/Pure-D/code-d/issues.
>>>
>>> Thanks, I'll look into that.
>>
>> Created an issue for it https://github.com/Pure-D/code-d/issues/201
>
> has been fixed, update serve-d

Thank you very much. Love it!