yazd / DKit

DKit is a package to aid developing D programs using Sublime Text 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Freeze editor

Scellow opened this issue · 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

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?