|
1 | 1 | SublimeCodeIntel |
2 | 2 | ================ |
3 | 3 |
|
| 4 | + ____ _ _ _ ____ _ ___ _ _ |
| 5 | +/ ___| _ _| |__ | (_)_ __ ___ ___ / ___|___ __| | ___|_ _|_ __ | |_ ___| | |
| 6 | +\___ \| | | | '_ \| | | '_ ` _ \ / _ \ | / _ \ / _` |/ _ \| || '_ \| __/ _ \ | |
| 7 | + ___) | |_| | |_) | | | | | | | | __/ |__| (_) | (_| | __/| || | | | || __/ | |
| 8 | +|____/ \__,_|_.__/|_|_|_| |_| |_|\___|\____\___/ \__,_|\___|___|_| |_|\__\___|_| |
4 | 9 | A full-featured code intelligence and smart autocomplete engine for Sublime Text. |
5 | | -(Code intelligence plugin ported from Open Komodo Editor to Sublime Text) |
| 10 | + (Code intelligence plugin ported from Open Komodo Editor to Sublime Text) |
6 | 11 |
|
7 | | -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! HELP WANTED !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
8 | | -!! Maintaining this project is hard, I do it in my spare time, but I'm !! |
9 | | -!! basically all alone. If anyone is interested in contributing, please !! |
10 | | -!! contact me. I really need much more help maintaining SublimeCodeIntel !! |
11 | | -!! !! |
12 | | -!! Follow me on twitter @germbravo !! |
13 | | -!! You can find us at #sublimecodeintel on irc.freenode.net !! |
14 | | -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
15 | 12 |
|
16 | | -** Restart Sublime Text after reading this ** |
17 | | - |
18 | | -In case of trouble, please read the Troubleshooting section in the README. |
| 13 | ++-------------------------------- HELP WANTED ---------------------------------+ |
| 14 | +| Maintaining this project is hard, I do it in my spare time, but I'm | |
| 15 | +| basically all alone. If anyone is interested in contributing, please | |
| 16 | +| contact me. I really need much more help maintaining SublimeCodeIntel | |
| 17 | +| | |
| 18 | +| Follow me on twitter @germbravo | |
| 19 | +| You can find us at #sublimecodeintel on irc.freenode.net | |
| 20 | +| | |
| 21 | +| If you like SublimeCodeIntel, please make a donation: | |
| 22 | +| http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html | |
| 23 | ++------------------------------------------------------------------------------+ |
19 | 24 |
|
20 | | -If you like SublimeCodeIntel, please make a donation: http://sublimecodeintel.github.io/SublimeCodeIntel/donate.html |
21 | 25 |
|
22 | | - |
23 | | -Features: |
24 | | ---------- |
| 26 | +Features |
| 27 | +-------- |
25 | 28 |
|
26 | 29 | Supports all the languages Komodo Editor supports for Code Intelligence (CIX, CodeIntel2): |
27 | 30 |
|
@@ -56,14 +59,25 @@ Provides the following features: |
56 | 59 | * Manual CodeIntel = ``Control+Shift+space`` |
57 | 60 |
|
58 | 61 |
|
59 | | -For more information: |
60 | | ---------------------- |
| 62 | + |
| 63 | +Notes |
| 64 | +----- |
| 65 | + |
| 66 | +** Restart Sublime Text after reading this ** |
| 67 | + |
| 68 | + |
| 69 | +More information |
| 70 | +---------------- |
61 | 71 | Please take the time to read the documentation: |
62 | 72 |
|
| 73 | +In case of trouble, please read the Troubleshooting section in the README. |
| 74 | + |
63 | 75 | * Online - http://sublimecodeintel.github.io/SublimeCodeIntel/ |
| 76 | +* Git - https://github.com/SublimeCodeIntel/SublimeCodeIntel |
64 | 77 |
|
65 | 78 |
|
66 | 79 | IMPORTANT |
| 80 | +--------- |
67 | 81 |
|
68 | 82 | Do NOT edit the default SublimeCodeIntel settings. Your changes will be lost |
69 | 83 | when SublimeCodeIntel is updated. ALWAYS edit the user SublimeCodeIntel settings |
|
0 commit comments