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
Copy file name to clipboardexpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,12 @@
2
2
3
3
D extension for sublime text using workspace-d
4
4
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