Skip to content

Commit 6a073f3

Browse files
committed
new readme
1 parent 12c4475 commit 6a073f3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,29 @@ Sublime-IntelliDocs
33

44
Quick function parameter help for Sublime 3.x.
55
Currenty supported languages:
6+
- Javascript & DOM & jQuery `new!`
67
- PHP
78
- Python
89
- More soon :) (Suggest me your favorite language)
910

11+
12+
## Changelog ##
13+
- 1.1.0 (2014-03-05)
14+
- Javascript & DOM & jQuery support
15+
- Custom reference doc links via config. (php.net, api.jquery.com, developer.mozilla.org, docs.python.org configured by default)
16+
- 1.0.0 (2014-03-02)
17+
- Initial release.
18+
- PHP, Python support
19+
20+
1021
## Features ##
1122
- Parameter hint
1223
- Funcion description
1324
- Parameter description
1425
- Last function hint stays in status bar
1526
- Open devdocs.io in browser
1627

28+
1729
## Screenshots ##
1830

1931
### PHP ###
@@ -22,13 +34,16 @@ Currenty supported languages:
2234
### Python ###
2335
![Sublime Python hints](https://raw.github.com/shortcutme/Sublime-IntelliDocs/master/wiki/intellidocs-python.png)
2436

37+
2538
## Installation ##
2639

2740
- Download the [zip-ball](https://github.com/shortcutme/Sublime-IntelliDocs/archive/master.zip) and unpack to `sublime\data\packages` OR via [packageControl](https://sublime.wbond.net/)
2841
- Add `{ "keys": ["f2"], "command": "intelli_docs" }` to `Preferences``Key Bindings – User`
2942

43+
3044
## Thanks to ##
3145
- Wonderful Devdocs.io for documents database
3246

47+
3348
## Suggestions are welcomed! Thank you! :) ##
34-
https://github.com/shortcutme/Sublime-IntelliDocs/issues
49+
https://github.com/shortcutme/Sublime-IntelliDocs/issues/3

0 commit comments

Comments
 (0)