Skip to content

Commit d521185

Browse files
author
WebFreak001
committed
Updated README
1 parent f2b51b3 commit d521185

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,12 @@
22

33
D extension for sublime text using workspace-d
44

5-
Currently very limited featureset: auto completion with dub, looking up documentation, goto definition
5+
Currently implemented:
6+
* Auto completion for dub projects & plain projects
7+
* Documentation lookup by hovering over symbols
8+
* Calltips
9+
* Go To Definition (Ctrl-Shift-P -> Go To Definition)
10+
* Outlining the Document (Ctrl-Shift-O / Ctrl-Shift-P -> Outline Document)
11+
* Formatting the Document (Shift-Alt-F / Ctrl-Shift-P -> Format Code)
12+
13+
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 commit comments

Comments
 (0)