DKit icon indicating copy to clipboard operation
DKit copied to clipboard

Freeze editor

Open Scellow opened this issue 8 years ago • 1 comments

Hello

I just installed the package, edited the config like this:

{
  "dcd_path": "/usr/bin/",
  "dcd_port": 9166,
  "include_paths": [
    "/usr/include/dlang/dmd/"
  ],
  "suppress_dependency_folders": false
}

DCD: 0.9.0-2 DMD: 2.075.0-4 Sublime v3: 3126

Each time i type a word, the editor freeze

Scellow avatar Aug 03 '17 01:08 Scellow

I only get a freeze the first time I type a word that needs completion, because if I remember correctly, DCD caches what it needs to cache and then it is all good.

Can you try with a small testcase? Does this always happen?

yazd avatar Aug 04 '17 17:08 yazd