Skip to content

Commit ebbaa94

Browse files
author
John Towers
committed
Merge branch 'release/0.0.4'
2 parents 88927ea + 1bdf00f commit ebbaa94

File tree

8 files changed

+1081
-1166
lines changed

8 files changed

+1081
-1166
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,5 @@ ENV/
9999

100100
# mypy
101101
.mypy_cache/
102+
/*.sublime-project
103+
/*.sublime-workspace

LICENSE

+21-674
Large diffs are not rendered by default.

README.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Sublime Text 3 plugin to provide integration with the Salesforce DX CLI
33

44
## Instructions
55
1. Install the [DX CLI](https://developer.salesforce.com/tools/sfdxcli)
6-
2. Download or clone this repo into your Sublime Packages folder
6+
2. Run `Package Control: Install Package` from the command palette in Sublime and search for 'dxmate' or clone this package into your Packages directory
77

88
## Features
99
Supports most useful CLI commands including:
@@ -16,9 +16,19 @@ Supports most useful CLI commands including:
1616

1717
Uses syntax highlighting from MavensMate
1818

19-
## TODO
20-
* Code completion
21-
* Settings
19+
Supports code completion with the [Apex Language Server](https://developer.salesforce.com/docs/atlas.en-us.sfdx_ide2.meta/sfdx_ide2/sfdx_ide2_build_app_apex_language_server_protocol.htm)
2220

23-
# Credits
21+
## Settings
22+
23+
* `debug`: true or false to enable/disable printing debug statements to the sublime console
24+
* `java_home`: location of your java binary if it is not in your PATH
25+
26+
## To Do
27+
* Additional settings (e.g., disable language services)
28+
* Better handling of window opening (currently only starts language server if dx project is loaded when sublime is opened)
29+
* Additional language services
30+
31+
32+
## Credits
2433
Most utility functions are based on or copied from [MavensMate](https://github.com/joeferraro/MavensMate-SublimeText)
34+
The LSP client code is cloned from the [Sublime LSP package](https://github.com/tomv564/LSP)

0 commit comments

Comments
 (0)