Skip to content

Commit e04db7e

Browse files
committed
Update content of the readme.md.
1 parent ed67646 commit e04db7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Erl-AutoCompletion
22

3-
This is an Erlang auto-completion and goto-definition plugin of the Sublime editor. It only supports Sublime Text 3.
3+
This is an Erlang auto-completion and goto-definition plugin of the Sublime editor. It only supports Sublime Text 3. If you are using Sublime Text 2, please upgrade to Sublime Text 3.
44

55
Installation
66
------------
@@ -19,6 +19,10 @@ Additional info about to use Sublime Package Control you can find here: [http://
1919
git clone https://github.com/lintingbin2009/Erl-AutoCompletion
2020
restart sublime-text
2121

22+
#### Goto definition
23+
24+
The right mouse button can bring up the goto_definition(Erlang) menu. It can find definition of function, record and macro. You can set mousemap by Preferences -> Package Settings -> Erl-AutoCompletion -> Mousemap - default.
25+
2226
Requirement
2327
--------
2428

@@ -50,10 +54,6 @@ Sublime User or Erlang preferences:
5054
"auto_complete_triggers": [{"selector": "source.erlang", "characters": ":"}],
5155
}
5256

53-
#### Goto definition
54-
55-
The right mouse button can bring up the goto definition menu.
56-
5757
Discussing
5858
----
5959
- [Submit issue](https://github.com/lintingbin2009/Erl-AutoCompletion/issues)

0 commit comments

Comments
 (0)