Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Oct 18, 2016
1 parent f2b51b3 commit d521185
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@

D extension for sublime text using workspace-d

Currently very limited featureset: auto completion with dub, looking up documentation, goto definition
Currently implemented:
* Auto completion for dub projects & plain projects
* Documentation lookup by hovering over symbols
* Calltips
* Go To Definition (Ctrl-Shift-P -> Go To Definition)
* Outlining the Document (Ctrl-Shift-O / Ctrl-Shift-P -> Outline Document)
* Formatting the Document (Shift-Alt-F / Ctrl-Shift-P -> Format Code)

Currently folder detection / plugin startup is very hacky and might not work with multiple instances of sublime text. The plugin might also require a manual startup by saving the SublimeD.py and quickly clicking into the sublime window with the project.

0 comments on commit d521185

Please sign in to comment.