You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.
What about of creating Plugin for Intellij Idea? I like how DLS works with VS Code (better plugin among all, which I used) and this great, if Intellij Idea Plugin will be exist too
The text was updated successfully, but these errors were encountered:
Just as information. LSP works now very well together with DLS. I had to set the initialization timeout to e.g. 60 seconds.
Also I installed LSP version v1.5.2 manually via the file import. This version fixes an exception and is not so far available via the IntelliJ marketplace.
When I can safely bump the dependencies again, DLS should be faster to start: dsymbol v0.6.0 will scan import directories lazily (thanks to dlang-community/dsymbol#114), so maybe the initialization timeout won't need to be bumped anymore in the future.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What about of creating Plugin for Intellij Idea? I like how
DLS
works with VS Code (better plugin among all, which I used) and this great, if Intellij Idea Plugin will be exist tooThe text was updated successfully, but these errors were encountered: