实例介绍
帮助你实时展示存在模块的自动补齐信息,同时也展示目前方法的信息到状态栏中,很实用的一个插件!
【实例截图】
【核心代码】
19df7d22-08f8-4241-a65c-3811a6174f4f
└── SublimeCodeIntel-master
├── Base File.sublime-settings
├── 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
│ ├── 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
│ │ ├── test.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
│ │ │ └── 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
│ │ │ ├── Luddite.lexres
│ │ │ ├── Mason.lexres
│ │ │ ├── MXML.lexres
│ │ │ ├── Perl2.lexres
│ │ │ ├── PHP.lexres
│ │ │ ├── reStructuredText.lexres
│ │ │ ├── RHTML.lexres
│ │ │ ├── Smarty.lexres
│ │ │ ├── TemplateToolkit.lexres
│ │ │ ├── TracWiki.lexres
│ │ │ ├── XBL.lexres
│ │ │ ├── XML.lexres
│ │ │ ├── XSLT.lexres
│ │ │ └── XUL.lexres
│ │ ├── lib_srcs
│ │ │ └── node.js
│ │ │ ├── addons.js
│ │ │ ├── assert.js
│ │ │ ├── buffer.js
│ │ │ ├── child_process.js
│ │ │ ├── cluster.js
│ │ │ ├── console.js
│ │ │ ├── crypto.js
│ │ │ ├── debugger.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
│ │ ├── manager.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.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
│ │ │ ├── python-2.4.cix
│ │ │ ├── python-2.5.cix
│ │ │ ├── python-2.6.cix
│ │ │ ├── python-2.7.cix
│ │ │ ├── python3-3.1.cix
│ │ │ ├── python3-3.2.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
│ ├── inflector
│ │ ├── Inflector.py
│ │ ├── __init__.py
│ │ └── Rules
│ │ ├── Base.py
│ │ ├── English.py
│ │ ├── __init__.py
│ │ └── Spanish.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_mxml.py
│ ├── langinfo_other.py
│ ├── langinfo_prog.py
│ ├── langinfo.py
│ ├── langinfo_template.py
│ ├── langinfo_tiny.py
│ ├── _linux_libcpp6_x86
│ │ ├── ciElementTree.so
│ │ ├── __init__.py
│ │ ├── sgmlop.so
│ │ └── _SilverCity.so
│ ├── _linux_libcpp6_x86_64
│ │ ├── ciElementTree.so
│ │ ├── __init__.py
│ │ ├── sgmlop.so
│ │ └── _SilverCity.so
│ ├── _local_arch
│ │ └── __init__.py
│ ├── _macosx_universal
│ │ ├── ciElementTree.so
│ │ ├── __init__.py
│ │ ├── sgmlop.so
│ │ └── _SilverCity.so
│ ├── process.py
│ ├── sgmlop.py
│ ├── SilverCity
│ │ ├── CPP.py
│ │ ├── CSS.py
│ │ ├── default.css
│ │ ├── DispatchHandler.py
│ │ ├── HTMLGenerator.py
│ │ ├── HyperText.py
│ │ ├── __init__.py
│ │ ├── Java.py
│ │ ├── JavaScript.py
│ │ ├── Keywords.py
│ │ ├── LanguageInfo.py
│ │ ├── Lexer.py
│ │ ├── NULL.py
│ │ ├── Perl.py
│ │ ├── PostScript.py
│ │ ├── Python.py
│ │ ├── Ruby.py
│ │ ├── ScintillaConstants.py
│ │ ├── _SilverCity.py
│ │ ├── SQL.py
│ │ ├── Utils.py
│ │ ├── Verilog.py
│ │ ├── XML.py
│ │ ├── XSLT.py
│ │ └── YAML.py
│ ├── styles.py
│ ├── textinfo.py
│ ├── which.py
│ ├── _win32
│ │ ├── ciElementTree.pyd
│ │ ├── __init__.py
│ │ ├── sgmlop.pyd
│ │ └── _SilverCity.pyd
│ ├── _win64
│ │ ├── ciElementTree.pyd
│ │ ├── __init__.py
│ │ ├── sgmlop.pyd
│ │ └── _SilverCity.pyd
│ └── winprocess.py
├── LICENSE.txt
├── Main.sublime-menu
├── package_control.json
├── README.rst
├── src
│ ├── build.sh
│ ├── cElementTree-1.0.5-20051216.patch
│ │ ├── cElementTree_elementPosition.patch
│ │ ├── cElementTree_for_komodo.patch
│ │ ├── cElementTree_linePosition.patch
│ │ ├── cElementTree_namespace_expat.patch
│ │ ├── ciElementTree-1-repr.patch
│ │ ├── ciElementTree-2-names.patch
│ │ ├── ciElementTree-3-ciElementTree.patch
│ │ └── ciElementTree-4-cache.patch
│ ├── cElementTree-1.0.5-20051216.tar.gz
│ ├── elementtree-1.2.6-20050316.patch
│ │ ├── elementtree_escape_eol_in_attr.patch
│ │ ├── elementtree_escape_eol_in_unicode_attr.patch
│ │ └── elementtree_for_komodo.patch
│ ├── elementtree-1.2.6-20050316.tar.gz
│ ├── openkomodo.patch
│ │ ├── #91792-codeintel2-timeout_abort.patch
│ │ ├── #91915-lang_javascript-assoc_patterns_from_lang.patch
│ │ ├── accessor-fix_tokenizer.patch
│ │ ├── all-ciElementTree.patch
│ │ ├── database-sublime_legend.patch
│ │ ├── lang_css-win_name_errors.patch
│ │ ├── lang_javascript-fixes.patch
│ │ ├── lang_python-comma_calltips.patch
│ │ └── lang_python-missing_libdir.patch
│ ├── pcre-8.21.tar.gz
│ ├── README.txt
│ ├── scintilla.patch
│ │ ├── bug38281_win32_xvirtualscreen.patch
│ │ ├── bug91001_markdown_inline_style.patch
│ │ ├── bug92448_indicator_eof.patch
│ │ ├── cons
│ │ │ ├── gtk
│ │ │ │ └── Conscript
│ │ │ ├── macosx
│ │ │ │ └── Conscript
│ │ │ └── win32
│ │ │ └── Conscript
│ │ ├── editor_getwordchars.patch
│ │ ├── fixes.patch
│ │ ├── gtk.patch
│ │ ├── hotspotlines.patch
│ │ ├── iface_64bit.patch
│ │ ├── iface.patch
│ │ ├── includes.patch
│ │ ├── lexAccessor.patch
│ │ ├── LexCPP.patch
│ │ ├── lexers
│ │ │ ├── LexCoffeeScript.cxx
│ │ │ ├── LexCSS.cxx
│ │ │ ├── LexPerl.cxx
│ │ │ ├── LexRuby.cxx
│ │ │ ├── LexTcl.cxx
│ │ │ ├── LexUDL.cxx
│ │ │ └── LexXSLT.cxx
│ │ ├── lexgen.patch
│ │ ├── mac_disable_dragdrop.patch
│ │ ├── macosx_ibeam_cursor_dark.patch
│ │ ├── macosx_unregister_notify_handlers.patch
│ │ ├── mac_remove_stderr_messages.patch
│ │ ├── makefile_flags.patch
│ │ ├── margin_paint.patch
│ │ ├── mouse_release.patch
│ │ ├── osx.patch
│ │ ├── osx_scintillamac.patch
│ │ ├── __patchinfo__.py
│ │ ├── stdio.patch
│ │ ├── stop_timers.patch
│ │ ├── vi_block_selection.patch
│ │ ├── win32_drag_end.patch
│ │ ├── win32_export.patch
│ │ └── win32.patch
│ ├── scintilla.tar.gz
│ ├── sgmlop-1.1.1-20040207_position_pi.patch
│ ├── sgmlop-1.1.1-20040207.zip
│ ├── SilverCity.patch
│ │ ├── lexer.patch
│ │ ├── README.txt
│ │ ├── ScintillaConstants.py
│ │ └── setup.patch
│ └── silvercity.tar.gz
└── SublimeCodeIntel.py
31 directories, 377 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论