www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Visual Studio Code: is there a "code ouline" feature/extension?

reply Bogdan <olar.bogdan.dev gmail.com> writes:
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?
Jul 18 2018
parent reply Bogdan <olar.bogdan.dev gmail.com> writes:
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".
Jul 18 2018
parent reply Bogdan <olar.bogdan.dev gmail.com> writes:
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
Jul 18 2018
parent reply Soulsbane <viserion.thrall gmail.com> writes:
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.
Jul 20 2018
parent reply Bogdan <olar.bogdan.dev gmail.com> writes:
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.
Jul 21 2018
parent reply Soulsbane <viserion.thrall gmail.com> writes:
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.
Jul 21 2018
parent reply Bogdan <olar.bogdan.dev gmail.com> writes:
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.
Jul 22 2018
parent reply Soulsbane <viserion.thrall gmail.com> writes:
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
Aug 01 2018
parent reply WebFreak001 <d.forum webfreak.org> writes:
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
Sep 16 2018
parent Soulsbane <viserion.thrall gmail.com> writes:
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!
Sep 16 2018