September 07, 2016 Re: workspace-d 2.7.2 & code-d 0.10.14 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Suliman | On Wednesday, 7 September 2016 at 17:21:17 UTC, Suliman wrote: > On Wednesday, 7 September 2016 at 17:08:36 UTC, Suliman wrote: >> "d.stdlibPath": [ >> "C:\\D\\dmd2\\src\\phobos", >> "C:\\D\\dmd2\\src\\druntime\\import" >> ] >> >> I check path, look like this is correct (al lst they are exists). >> >> But I still do not getting surrestion for import like std. and for any Phobos functions like writeln etc > > Hm... Does it's need time for cashing symbols? It's seems that work, but I still not understand if it's ok or not. https://snag.gy/9QgzKn.jpg |
September 07, 2016 Re: workspace-d 2.7.2 & code-d 0.10.14 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Suliman | On Wednesday, 7 September 2016 at 17:24:45 UTC, Suliman wrote:
> On Wednesday, 7 September 2016 at 17:21:17 UTC, Suliman wrote:
>> On Wednesday, 7 September 2016 at 17:08:36 UTC, Suliman wrote:
>>> "d.stdlibPath": [
>>> "C:\\D\\dmd2\\src\\phobos",
>>> "C:\\D\\dmd2\\src\\druntime\\import"
>>> ]
>>>
>>> I check path, look like this is correct (al lst they are exists).
>>>
>>> But I still do not getting surrestion for import like std. and for any Phobos functions like writeln etc
>>
>> Hm... Does it's need time for cashing symbols? It's seems that work, but I still not understand if it's ok or not.
>
> https://snag.gy/9QgzKn.jpg
that happens when it can't find any auto completions. Can you send a screenshot of the developer tools right after startup + attempt to autocomplete (try to avoid hovering over symbols to make the debug output smaller)
|
September 07, 2016 Re: workspace-d 2.7.2 & code-d 0.10.14 | ||||
---|---|---|---|---|
| ||||
Posted in reply to WebFreak001 | On Wednesday, 7 September 2016 at 17:26:04 UTC, WebFreak001 wrote:
> On Wednesday, 7 September 2016 at 17:24:45 UTC, Suliman wrote:
>> On Wednesday, 7 September 2016 at 17:21:17 UTC, Suliman wrote:
>>> On Wednesday, 7 September 2016 at 17:08:36 UTC, Suliman wrote:
>>>> "d.stdlibPath": [
>>>> "C:\\D\\dmd2\\src\\phobos",
>>>> "C:\\D\\dmd2\\src\\druntime\\import"
>>>> ]
>>>>
>>>> I check path, look like this is correct (al lst they are exists).
>>>>
>>>> But I still do not getting surrestion for import like std. and for any Phobos functions like writeln etc
>>>
>>> Hm... Does it's need time for cashing symbols? It's seems that work, but I still not understand if it's ok or not.
>>
>> https://snag.gy/9QgzKn.jpg
>
> that happens when it can't find any auto completions. Can you send a screenshot of the developer tools right after startup + attempt to autocomplete (try to avoid hovering over symbols to make the debug output smaller)
Sorry, I do not understand what do you mean? Clean solution with empty project? And what part? Just screenshot of main window?
|
September 07, 2016 Re: workspace-d 2.7.2 & code-d 0.10.14 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Suliman | On Wednesday, 7 September 2016 at 17:55:59 UTC, Suliman wrote:
> Sorry, I do not understand what do you mean? Clean solution with empty project? And what part? Just screenshot of main window?
Ctrl-Shift-P -> Toggle Developer Tools
then go to console at the top and there are a lot of debug messages from code-d
|
September 07, 2016 Re: workspace-d 2.7.2 & code-d 0.10.14 | ||||
---|---|---|---|---|
| ||||
Posted in reply to WebFreak001 | On Wednesday, 7 September 2016 at 18:00:45 UTC, WebFreak001 wrote: > On Wednesday, 7 September 2016 at 17:55:59 UTC, Suliman wrote: >> Sorry, I do not understand what do you mean? Clean solution with empty project? And what part? Just screenshot of main window? > > Ctrl-Shift-P -> Toggle Developer Tools > > then go to console at the top and there are a lot of debug messages from code-d This? https://snag.gy/QP0OCs.jpg https://snag.gy/2VGoKF.jpg |
September 07, 2016 Re: workspace-d 2.7.2 & code-d 0.10.14 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Suliman | On Wednesday, 7 September 2016 at 18:06:12 UTC, Suliman wrote:
> On Wednesday, 7 September 2016 at 18:00:45 UTC, WebFreak001 wrote:
>> On Wednesday, 7 September 2016 at 17:55:59 UTC, Suliman wrote:
>>> Sorry, I do not understand what do you mean? Clean solution with empty project? And what part? Just screenshot of main window?
>>
>> Ctrl-Shift-P -> Toggle Developer Tools
>>
>> then go to console at the top and there are a lot of debug messages from code-d
>
> This?
>
> https://snag.gy/QP0OCs.jpg
> https://snag.gy/2VGoKF.jpg
"code-d requires a folder to be open to work"
|
September 07, 2016 Re: workspace-d 2.7.2 & code-d 0.10.14 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Suliman | If open working folder: https://snag.gy/MnTJtB.jpg |
September 07, 2016 Re: workspace-d 2.7.2 & code-d 0.10.14 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Suliman | On Wednesday, 7 September 2016 at 18:08:14 UTC, Suliman wrote: > If open working folder: https://snag.gy/MnTJtB.jpg https://snag.gy/5r2REm.jpg |
September 07, 2016 Re: workspace-d 2.7.2 & code-d 0.10.14 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Suliman | On Wednesday, 7 September 2016 at 18:09:23 UTC, Suliman wrote:
> On Wednesday, 7 September 2016 at 18:08:14 UTC, Suliman wrote:
>> If open working folder: https://snag.gy/MnTJtB.jpg
>
> https://snag.gy/5r2REm.jpg
it should work now if you enter at least one character and then ctrl-space (and maybe also escape before that to close the vscode internal auto complete thing)
|
September 07, 2016 Re: workspace-d 2.7.2 & code-d 0.10.14 | ||||
---|---|---|---|---|
| ||||
Posted in reply to WebFreak001 | On Wednesday, 7 September 2016 at 18:10:23 UTC, WebFreak001 wrote:
> On Wednesday, 7 September 2016 at 18:09:23 UTC, Suliman wrote:
>> On Wednesday, 7 September 2016 at 18:08:14 UTC, Suliman wrote:
>>> If open working folder: https://snag.gy/MnTJtB.jpg
>>
>> https://snag.gy/5r2REm.jpg
>
> it should work now if you enter at least one character and then ctrl-space (and maybe also escape before that to close the vscode internal auto complete thing)
Do not work :(
You could look my PC with TeamViewer
ID 179 707 485
pass 6543
|
Copyright © 1999-2021 by the D Language Foundation