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
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,43 @@
1
-
# Sublime-Erlang
1
+
# Erl-AutoCompletion
2
+
3
+
This plugin only supports Sublime Text 3.
2
4
3
5
Installation
4
6
------------
5
7
8
+
#### with [Sublime Package Control](http://wbond.net/sublime_packages/package_control)
9
+
10
+
1. Open command pallet (default: `ctrl+shift+p`)
11
+
2. Type `package control install` and select command `Package Control: Install Package`
12
+
3. Type `Erl-AutoCompletion` and select `Erl-AutoCompletion`
13
+
14
+
Additional info about to use Sublime Package Control you can find here: [http://wbond.net/sublime_packages/package_control/usage](http://wbond.net/sublime_packages/package_control/usage).
15
+
6
16
#### with Git
7
17
8
-
cd ~/.config/sublime-text/Packages/ (open by: Preferences->Browse Packages)
Need to install Erlang. If Erlang is not installed, Sublime-Erlang will not be able to create an auto completion and goto definition index based on the version of Erlang you have installed.
25
+
Need to install Erlang. If Erlang is not installed, Erl-AutoCompletion will not be able to create an auto completion and goto definition index based on the version of Erlang you have installed.
16
26
17
27
Settings
18
28
--------
19
29
20
-
Settings file open by: Preferences -> Package Settings -> Sublime-Erlang
30
+
Settings file open by: Preferences -> Package Settings -> Erl-AutoCompletion
21
31
22
32
#### escript settings
23
33
24
34
If you have set the escript environment variable, you do not need to set the escript value in the configuration file, comment it out.
25
35
26
36
#### erlang_project_folder settings
27
37
28
-
This configuration item is used to set the folder where you want to add the source code for the auto completion function.
38
+
This configuration item is used to set the folder where you want to add the source code for the auto completion and goto definition function.
29
39
30
-
If you comment out this configuration, you will read all the files that have been opened by Sublime as the value for this configuration item.
40
+
If you comment out this configuration(default), the plugin will read all the files that have been opened by Sublime as the value for this configuration item.
31
41
32
42
#### Autocomplete on ":"
33
43
@@ -40,6 +50,10 @@ Sublime User or Erlang preferences:
0 commit comments