digitalmars.D.ide - Completion menu in Dexed
Today, I installed Dexed editor, but I found that the completion menu doesn't have the keywords like "dup, sizeof, lenght ..." when I typed "." after variable name like next image: [img]https://i.postimg.cc/nrbZDybc/Screenshot-from-2021-11-03-17-18-23.png[/img]
Nov 03 2021
On Wednesday, 3 November 2021 at 15:22:45 UTC, pascal111 wrote:Today, I installed Dexed editor, but I found that the completion menu doesn't have the keywords like "dup, sizeof, lenght ..." when I typed "." after variable name like next image: [img]https://i.postimg.cc/nrbZDybc/Screenshot-from-2021-11-03-17-18-23.png[/img]This is clear a sign that [DCD](https://github.com/dlang-community/DCD) is not setup. Check Help>About dialog. you'll get a red signs for missing tools. ```bash $ which dcd-server ``` and ```bash $ which dcd-client ``` Should both returns a valid file name.
Nov 04 2021
On Friday, 5 November 2021 at 00:57:03 UTC, Basile B. wrote:This is clear a sign that [DCD](https://github.com/dlang-community/DCD) is not setup. Check Help>About dialog. you'll get a red signs for missing tools. ```bash $ which dcd-server ``` and ```bash $ which dcd-client ``` Should both returns a valid file name.BTW check #dexed-ide on oftc for better support. Small stuff like that are usually solved faster in live.
Nov 05 2021