forked from SublimeCodeIntel/SublimeCodeIntel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3.0.0.txt
More file actions
35 lines (24 loc) · 1.42 KB
/
3.0.0.txt
File metadata and controls
35 lines (24 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
SublimeCodeIntel v3.0.0 Release Notes
=====================================
A full-featured code intelligence and smart autocomplete engine for Sublime Text.
(Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! HELP WANTED !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! Maintaining this project is hard, I do it in my spare time, but I'm !!
!! basically all alone. If anyone is interested in contributing, please !!
!! contact me. I really need much more help maintaining SublimeCodeIntel !!
!! !!
!! Follow me on twitter @germbravo !!
!! You can find us at #sublimecodeintel on irc.freenode.net !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
** Restart Sublime Text after reading this **
In case of trouble, please read the Troubleshooting section in the README.
If you like SublimeCodeIntel, please make a donation: http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html
For more information:
---------------------
Please take the time to read the documentation:
* Online - http://sublimecodeintel.github.io/SublimeCodeIntel/
CHANGES/FIXES
-------------
v3.0.0 (unreleased, alpha):
+ Uses CodeIntel as an OOP command and package.
Needs to install CodeIntel with pip: `pip install codeintel`