October 15, 2016
On Sunday, 9 October 2016 at 15:42:51 UTC, WebFreak001 wrote:
> On Sunday, 9 October 2016 at 15:41:17 UTC, Dmitry wrote:
>> On Sunday, 9 October 2016 at 10:19:06 UTC, Wild wrote:
>>> After all Atom and Vscode are open source clones of Sublime.
>>
>> Sublime is fast, unlike Atom and VSCode.
>
> Yeah I noticed that too when I started making sublime-d yesterday. Like instant startup time and no lags
>
> So sublime plugin using workspace-d in progress: https://github.com/Pure-D/sublime-d

Awesome. Sublime-D seems pretty good. I was surprised it came with the ability to build D-code built in. I don't see any kind of file/project browser though..will symbols still be recognized across files for autocomplete, etc..?
October 15, 2016
On Saturday, 15 October 2016 at 18:54:32 UTC, bitwise wrote:
> On Sunday, 9 October 2016 at 15:42:51 UTC, WebFreak001 wrote:
>> On Sunday, 9 October 2016 at 15:41:17 UTC, Dmitry wrote:
>>> On Sunday, 9 October 2016 at 10:19:06 UTC, Wild wrote:
>>>> After all Atom and Vscode are open source clones of Sublime.
>>>
>>> Sublime is fast, unlike Atom and VSCode.
>>
>> Yeah I noticed that too when I started making sublime-d yesterday. Like instant startup time and no lags
>>
>> So sublime plugin using workspace-d in progress: https://github.com/Pure-D/sublime-d
>
> Awesome. Sublime-D seems pretty good. I was surprised it came with the ability to build D-code built in. I don't see any kind of file/project browser though..will symbols still be recognized across files for autocomplete, etc..?

uh I'm still working on the plugin. Building probably comes from sublime because sublime-d doesn't currently add anything except auto completion, goto definition and documentation when hovering over something. Searching for symbols will be implemented and outlining the current file might get implemented like in code-d with a list of all symbols on command.
1 2 3 4
Next ›   Last »