实例介绍
SublimeCodeIntel 包含.codeintel文件夹,无需配置,下载后解压到Package文件夹即可,轻松实现JavaScript代码自动补全。 sublime死活就是装不了SublimeCodeIntel 插件,手动安装也是没有提示效果,原来还是配置上出了问题。压缩包包含配置文件,无需自己再手动配置,解压到指定文件夹即可正常使用。
【实例截图】
【核心代码】
SublimeCodeIntel
└── SublimeCodeIntel
├── arch
│ ├── _linux_libcpp6_x86_64_py26
│ │ ├── cElementTree.so
│ │ ├── ciElementTree.so
│ │ ├── __init__.py
│ │ ├── sgmlop.so
│ │ └── _SilverCity.so
│ ├── _linux_libcpp6_x86_64_py33
│ │ ├── _ielementtree.so
│ │ ├── __init__.py
│ │ ├── sgmlop.so
│ │ └── _SilverCity.so
│ ├── _linux_libcpp6_x86_py26
│ │ ├── cElementTree.so
│ │ ├── ciElementTree.so
│ │ ├── __init__.py
│ │ ├── sgmlop.so
│ │ └── _SilverCity.so
│ ├── _linux_libcpp6_x86_py33
│ │ ├── _ielementtree.so
│ │ ├── __init__.py
│ │ ├── sgmlop.so
│ │ └── _SilverCity.so
│ ├── _macosx_universal_py26
│ │ ├── cElementTree.so
│ │ ├── ciElementTree.so
│ │ ├── __init__.py
│ │ ├── sgmlop.so
│ │ └── _SilverCity.so
│ ├── _macosx_universal_py33
│ │ ├── _ielementtree.so
│ │ ├── __init__.py
│ │ ├── sgmlop.so
│ │ └── _SilverCity.so
│ ├── _win32_py26
│ │ ├── cElementTree.pyd
│ │ ├── ciElementTree.pyd
│ │ ├── __init__.py
│ │ ├── sgmlop.pyd
│ │ └── _SilverCity.pyd
│ ├── _win32_py33
│ │ ├── _ielementtree.pyd
│ │ ├── __init__.py
│ │ ├── sgmlop.pyd
│ │ └── _SilverCity.pyd
│ ├── _win64_py26
│ │ ├── cElementTree.pyd
│ │ ├── ciElementTree.pyd
│ │ ├── __init__.py
│ │ ├── sgmlop.pyd
│ │ └── _SilverCity.pyd
│ └── _win64_py33
│ ├── _ielementtree.pyd
│ ├── __init__.py
│ ├── sgmlop.pyd
│ └── _SilverCity.pyd
├── Context.sublime-menu
├── Default (Linux).sublime-keymap
├── Default (Linux).sublime-mousemap
├── Default (OSX).sublime-keymap
├── Default (OSX).sublime-mousemap
├── Default.sublime-commands
├── Default (Windows).sublime-keymap
├── Default (Windows).sublime-mousemap
├── libs
│ ├── cElementTree.py
│ ├── chardet
│ │ ├── big5freq.py
│ │ ├── big5prober.py
│ │ ├── chardistribution.py
│ │ ├── charsetgroupprober.py
│ │ ├── charsetprober.py
│ │ ├── codingstatemachine.py
│ │ ├── constants.py
│ │ ├── escprober.py
│ │ ├── escsm.py
│ │ ├── eucjpprober.py
│ │ ├── euckrfreq.py
│ │ ├── euckrprober.py
│ │ ├── euctwfreq.py
│ │ ├── euctwprober.py
│ │ ├── gb2312freq.py
│ │ ├── gb2312prober.py
│ │ ├── hebrewprober.py
│ │ ├── __init__.py
│ │ ├── jisfreq.py
│ │ ├── jpcntx.py
│ │ ├── langbulgarianmodel.py
│ │ ├── langcyrillicmodel.py
│ │ ├── langgreekmodel.py
│ │ ├── langhebrewmodel.py
│ │ ├── langhungarianmodel.py
│ │ ├── langthaimodel.py
│ │ ├── latin1prober.py
│ │ ├── mbcharsetprober.py
│ │ ├── mbcsgroupprober.py
│ │ ├── mbcssm.py
│ │ ├── sbcharsetprober.py
│ │ ├── sbcsgroupprober.py
│ │ ├── sjisprober.py
│ │ ├── universaldetector.py
│ │ └── utf8prober.py
│ ├── ciElementTree.py
│ ├── codeintel2
│ │ ├── accessor.py
│ │ ├── buffer.py
│ │ ├── catalogs
│ │ │ ├── dojo.cix
│ │ │ ├── drupal.cix
│ │ │ ├── ext.cix
│ │ │ ├── html5.cix
│ │ │ ├── jquery.cix
│ │ │ ├── mochikit.cix
│ │ │ ├── mozilla_toolkit.cix
│ │ │ ├── pecl.cix
│ │ │ ├── prototype.cix
│ │ │ ├── python3-pywin32.cix
│ │ │ ├── pywin32.cix
│ │ │ ├── rails.cix
│ │ │ ├── xbl.cix
│ │ │ ├── xpcom.cix
│ │ │ └── yui.cix
│ │ ├── citadel_common.py
│ │ ├── citadel.py
│ │ ├── common.py
│ │ ├── constants_css1.py
│ │ ├── constants_css2.py
│ │ ├── constants_css3.py
│ │ ├── constants_css_microsoft_extensions.py
│ │ ├── constants_css_moz_extensions.py
│ │ ├── constants_css_webkit_extensions.py
│ │ ├── css_linter.py
│ │ ├── database
│ │ │ ├── catalog.py
│ │ │ ├── database.py
│ │ │ ├── __init__.py
│ │ │ ├── langlibbase.py
│ │ │ ├── langlib.py
│ │ │ ├── multilanglib.py
│ │ │ ├── projlib.py
│ │ │ ├── resource.py
│ │ │ ├── stdlib.py
│ │ │ └── util.py
│ │ ├── environment.py
│ │ ├── gencix_utils.py
│ │ ├── hooks.py
│ │ ├── indexer.py
│ │ ├── __init__.py
│ │ ├── jsdoc.py
│ │ ├── lang_css.py
│ │ ├── lang_django.py
│ │ ├── lang_html5.py
│ │ ├── lang_html.py
│ │ ├── langintel.py
│ │ ├── lang_javascript.py
│ │ ├── lang_less.py
│ │ ├── lang_mason.py
│ │ ├── lang_nodejs.py
│ │ ├── lang_perl.py
│ │ ├── lang_php.py
│ │ ├── lang_python3.py
│ │ ├── lang_python.py
│ │ ├── lang_rhtml.py
│ │ ├── lang_ruby_common.py
│ │ ├── lang_ruby.py
│ │ ├── lang_smarty.py
│ │ ├── lang_tcl.py
│ │ ├── lang_templatetoolkit.py
│ │ ├── lang_twig.py
│ │ ├── lang_xbl.py
│ │ ├── lang_xml.py
│ │ ├── lang_xslt.py
│ │ ├── lang_xul.py
│ │ ├── lexers
│ │ │ ├── ActionScript.lexres
│ │ │ ├── Django.lexres
│ │ │ ├── EJS.lexres
│ │ │ ├── epMojo.lexres
│ │ │ ├── Haml.lexres
│ │ │ ├── HTML.lexres
│ │ │ ├── Kid.lexres
│ │ │ ├── Komodo_Snippet.lexres
│ │ │ ├── LaravelBlade.lexres
│ │ │ ├── Luddite.lexres
│ │ │ ├── Mason.lexres
│ │ │ ├── MXML.lexres
│ │ │ ├── Perl2.lexres
│ │ │ ├── PHP.lexres
│ │ │ ├── reStructuredText.lexres
│ │ │ ├── RHTML.lexres
│ │ │ ├── Smarty.lexres
│ │ │ ├── TemplateToolkit.lexres
│ │ │ ├── TracWiki.lexres
│ │ │ ├── Twig.lexres
│ │ │ ├── XBL.lexres
│ │ │ ├── XML.lexres
│ │ │ ├── XSLT.lexres
│ │ │ └── XUL.lexres
│ │ ├── lib_srcs
│ │ │ └── node.js
│ │ │ ├── 0.6
│ │ │ │ ├── addons.js
│ │ │ │ ├── assert.js
│ │ │ │ ├── buffer.js
│ │ │ │ ├── child_process.js
│ │ │ │ ├── cluster.js
│ │ │ │ ├── console.js
│ │ │ │ ├── crypto.js
│ │ │ │ ├── dgram.js
│ │ │ │ ├── dns.js
│ │ │ │ ├── events.js
│ │ │ │ ├── fs.js
│ │ │ │ ├── global_objects.js
│ │ │ │ ├── http.js
│ │ │ │ ├── https.js
│ │ │ │ ├── modules.js
│ │ │ │ ├── net.js
│ │ │ │ ├── os.js
│ │ │ │ ├── path.js
│ │ │ │ ├── process.js
│ │ │ │ ├── querystring.js
│ │ │ │ ├── readline.js
│ │ │ │ ├── repl.js
│ │ │ │ ├── stream.js
│ │ │ │ ├── timers.js
│ │ │ │ ├── tls.js
│ │ │ │ ├── tty.js
│ │ │ │ ├── url.js
│ │ │ │ ├── util.js
│ │ │ │ ├── vm.js
│ │ │ │ └── zlib.js
│ │ │ └── 0.8
│ │ │ ├── addons.js
│ │ │ ├── assert.js
│ │ │ ├── buffer.js
│ │ │ ├── child_process.js
│ │ │ ├── cluster.js
│ │ │ ├── console.js
│ │ │ ├── crypto.js
│ │ │ ├── dgram.js
│ │ │ ├── dns.js
│ │ │ ├── domain.js
│ │ │ ├── events.js
│ │ │ ├── fs.js
│ │ │ ├── global_objects.js
│ │ │ ├── http.js
│ │ │ ├── https.js
│ │ │ ├── modules.js
│ │ │ ├── net.js
│ │ │ ├── os.js
│ │ │ ├── path.js
│ │ │ ├── process.js
│ │ │ ├── querystring.js
│ │ │ ├── readline.js
│ │ │ ├── repl.js
│ │ │ ├── stream.js
│ │ │ ├── string_decoder.js
│ │ │ ├── timers.js
│ │ │ ├── tls.js
│ │ │ ├── tty.js
│ │ │ ├── url.js
│ │ │ ├── util.js
│ │ │ ├── vm.js
│ │ │ └── zlib.js
│ │ ├── manager.py
│ │ ├── oop
│ │ │ ├── controller.py
│ │ │ ├── driver.py
│ │ │ ├── __init__.py
│ │ │ └── memory_reporter.py
│ │ ├── parser_cix.py
│ │ ├── parser_data.py
│ │ ├── parseutil.py
│ │ ├── perlcile.py
│ │ ├── perl_lexer.py
│ │ ├── perl_parser.py
│ │ ├── phpdoc.py
│ │ ├── pybinary.py
│ │ ├── pythoncile1.py
│ │ ├── pythoncile2.py
│ │ ├── pythoncile.py
│ │ ├── rubycile.py
│ │ ├── ruby_lexer.py
│ │ ├── ruby_parser.py
│ │ ├── shared_lexer.py
│ │ ├── shared_parser.py
│ │ ├── stdlibs
│ │ │ ├── javascript.cix
│ │ │ ├── node.js.cix
│ │ │ ├── perl-5.10.cix
│ │ │ ├── perl-5.12.cix
│ │ │ ├── perl-5.14.cix
│ │ │ ├── perl-5.16.cix
│ │ │ ├── perl-5.8.cix
│ │ │ ├── php-4.4.cix
│ │ │ ├── php-5.0.cix
│ │ │ ├── php-5.1.cix
│ │ │ ├── php-5.2.cix
│ │ │ ├── php-5.3.cix
│ │ │ ├── php-5.4.cix
│ │ │ ├── php-5.5.cix
│ │ │ ├── python-2.4.cix
│ │ │ ├── python-2.5.cix
│ │ │ ├── python-2.6.cix
│ │ │ ├── python-2.7.cix
│ │ │ ├── python3-3.1.cix
│ │ │ ├── python3-3.2.cix
│ │ │ ├── python3-3.3.cix
│ │ │ ├── ruby-1.8.cix
│ │ │ ├── ruby-1.9.2.cix
│ │ │ └── ruby-1.9.3.cix
│ │ ├── tclcile.py
│ │ ├── tcl_lexer.py
│ │ ├── tcl_parser.py
│ │ ├── tdparser.py
│ │ ├── tree_javascript.py
│ │ ├── tree_perl.py
│ │ ├── tree_php.py
│ │ ├── tree.py
│ │ ├── tree_python.py
│ │ ├── tree_ruby.py
│ │ ├── udl.py
│ │ └── util.py
│ ├── elementtree
│ │ ├── ElementInclude.py
│ │ ├── ElementPath.py
│ │ ├── ElementTree.py
│ │ ├── HTMLTreeBuilder.py
│ │ ├── __init__.py
│ │ ├── SgmlopXMLTreeBuilder.py
│ │ ├── SimpleXMLTreeBuilder.py
│ │ ├── SimpleXMLWriter.py
│ │ ├── TidyHTMLTreeBuilder.py
│ │ ├── TidyTools.py
│ │ └── XMLTreeBuilder.py
│ ├── HTMLTreeParser.py
│ ├── _ielementtree.py
│ ├── iElementTree.py
│ ├── inflector
│ │ ├── Inflector.py
│ │ ├── __init__.py
│ │ ├── Rules
│ │ │ ├── Base.py
│ │ │ ├── English.py
│ │ │ ├── __init__.py
│ │ │ └── Spanish.py
│ │ └── tests.py
│ ├── koCatalog.py
│ ├── koDTD.py
│ ├── koRNGElementTree.py
│ ├── koSimpleLexer.py
│ ├── koXMLDatasetInfo.py
│ ├── koXMLTreeService.py
│ ├── langinfo_binary.py
│ ├── langinfo_doc.py
│ ├── langinfo_komodo.py
│ ├── langinfo_mozilla.py
│ ├── langinfo_other.py
│ ├── langinfo_prog.py
│ ├── langinfo.py
│ ├── langinfo_template.py
│ ├── langinfo_tiny.py
│ ├── process.py
│ ├── sgmlop.py
│ ├── SilverCity
│ │ ├── CPP.py
│ │ ├── CSS.py
│ │ ├── DispatchHandler.py
│ │ ├── HTMLGenerator.py
│ │ ├── HyperText.py
│ │ ├── __init__.py
│ │ ├── JavaScript.py
│ │ ├── Keywords.py
│ │ ├── LanguageInfo.py
│ │ ├── Lexer.py
│ │ ├── NULL.py
│ │ ├── Perl.py
│ │ ├── PostScript.py
│ │ ├── Python.py
│ │ ├── Ruby.py
│ │ ├── ScintillaConstants.py
│ │ ├── SQL.py
│ │ ├── Utils.py
│ │ ├── XML.py
│ │ ├── XSLT.py
│ │ └── YAML.py
│ ├── _SilverCity.py
│ ├── styles.py
│ ├── textinfo.py
│ ├── which.py
│ ├── winprocess.py
│ └── zope
│ ├── cachedescriptors
│ │ ├── __init__.py
│ │ ├── method.py
│ │ ├── method.txt
│ │ ├── property.py
│ │ ├── property.txt
│ │ ├── README.txt
│ │ └── tests.py
│ └── __init__.py
├── LICENSE.txt
├── Main.sublime-menu
├── messages
│ ├── 1.2.0.txt
│ ├── 1.3.0.txt
│ ├── 1.4.0.txt
│ ├── 2.0.0.txt
│ ├── 2.0.1.txt
│ ├── 2.0.2.txt
│ ├── 2.0.3.txt
│ ├── 2.0.4.txt
│ ├── 2.0.5.txt
│ ├── 2.0.6.txt
│ ├── 2.1.0.txt
│ ├── 2.1.1.txt
│ ├── 2.1.2.txt
│ ├── 2.1.3.txt
│ ├── 2.1.4.txt
│ ├── 2.1.5.txt
│ ├── 2.1.6.txt
│ ├── 2.1.7.txt
│ ├── 2.1.8.txt
│ ├── 2.1.9.txt
│ ├── 2.2.0.txt
│ ├── 3.0.0.txt
│ └── install.txt
├── messages.json
├── ordereddict.py
├── package-metadata.json
├── packages.json
├── README.rst
├── SublimeCodeIntel.py
└── SublimeCodeIntel.sublime-settings
31 directories, 404 files
标签:
SublimeCodeIntel 包含.codeintel文件夹,无需配置,下载后解压到Package文件夹即可,轻松实现JavaScript代码自动补全
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论