1- SublimeCodeIntel
2- ================
3-
41 ____ _ _ _ ____ _ ___ _ _
52/ ___| _ _| |__ | (_)_ __ ___ ___ / ___|___ __| | ___|_ _|_ __ | |_ ___| |
63\___ \| | | | '_ \| | | '_ ` _ \ / _ \ | / _ \ / _` |/ _ \| || '_ \| __/ _ \ |
74 ___) | |_| | |_) | | | | | | | | __/ |__| (_) | (_| | __/| || | | | || __/ |
85|____/ \__,_|_.__/|_|_|_| |_| |_|\___|\____\___/ \__,_|\___|___|_| |_|\__\___|_|
9- A full-featured code intelligence and smart autocomplete engine for Sublime Text.
6+ A full-featured code intelligence and smart autocomplete engine for Sublime Text
107 (Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
118
129
@@ -23,12 +20,20 @@ A full-featured code intelligence and smart autocomplete engine for Sublime Text
2320+------------------------------------------------------------------------------+
2421
2522
26- Features
27- --------
23+
24+ SublimeCodeIntel
25+ ================
26+
27+ A full-featured code intelligence and smart autocomplete engine for Sublime Text.
28+ (Code intelligence plugin ported from Open Komodo Editor to Sublime Text)
2829
2930Supports all the languages Komodo Editor supports for Code Intelligence (CIX, CodeIntel2):
3031
31- JavaScript, Mason, XBL, XUL, RHTML, SCSS, Python, HTML, Ruby, Python3, XML, Sass, XSLT, Django, HTML5, Perl, CSS, Twig, Less, Smarty, Node.js, Tcl, TemplateToolkit, PHP.
32+ ActionScript, Django, Docker, EJS, epMojo, HTML, KomodoSnippet, LaravelBlade,
33+ Mason, Mustache, MXML, PHP, R, reStructuredText, RHTML, Smarty, TracWiki,
34+ TemplateToolkit, Twig, XBL, XML, XSLT, XUL,
35+ Python, Python3, Ruby, Perl, Go, JavaScript, Node.js, CSS, SCSS, Sass, Less,
36+ HTML5, Tcl.
3237
3338
3439Provides the following features:
@@ -60,27 +65,14 @@ Provides the following features:
6065
6166
6267
63- Notes
64- -----
65-
66- ** Restart Sublime Text after reading this **
68+ Release Notes
69+ -------------
6770
68-
69- More information
70- ----------------
7171Please take the time to read the documentation:
7272
73- In case of trouble, please read the Troubleshooting section in the README.
74-
7573* Online - http://sublimecodeintel.github.io/SublimeCodeIntel/
7674* Git - https://github.com/SublimeCodeIntel/SublimeCodeIntel
7775
76+ In case of trouble, please read the Troubleshooting section in the README.
7877
79- IMPORTANT
80- ---------
81-
82- Do NOT edit the default SublimeCodeIntel settings. Your changes will be lost
83- when SublimeCodeIntel is updated. ALWAYS edit the user SublimeCodeIntel settings
84- by selecting "Preferences->Package Settings->SublimeCodeIntel->Settings - User".
85- Note that individual settings you include in your user settings will **completely**
86- replace the corresponding default setting, so you must provide that setting in its entirety.
78+ ** Restart Sublime Text after reading all this **
0 commit comments