Skip to content

Latest commit

 

History

History
180 lines (140 loc) · 7.2 KB

EditorandEditorEnhancements.md

File metadata and controls

180 lines (140 loc) · 7.2 KB

Editor and Editor Enhancements

  1. GitGutter
    A sublime text plugin to show an icon in the gutter area indicating whether a line has been inserted, modified or deleted.
    Project Source: https://github.com/jisaacks/GitGutter
    Project Homepage: http://www.jisaacks.com/gitgutter

  2. python-mode
    Python-mode is a vim plugin that helps you to create python code very quickly.
    Project Source: https://github.com/klen/python-mode#requirements

  3. sublime-text-git
    Plugin for some git integration into sublime text
    Project Source: https://github.com/kemayo/sublime-text-git
    Project Homepage: https://github.com/kemayo/sublime-text-git/wiki

  4. PlainTasks
    An opinionated todo-list plugin for Sublime Text editor.
    Project Source: https://github.com/aziz/PlainTasks
    Online Demo Address: http://courses.tutsplus.com/courses/perfect-workflow-in-sublime-text-2

  5. sublime-jsdocs
    DocBlockr is a package for Sublime Text which makes writing documentation a breeze.
    Project Source: https://github.com/spadgos/sublime-jsdocs

  6. gmate
    Set of plugins and improvements to make Gedit a powerfull programmer text editor.
    Project Source: https://github.com/gmate/gmate

  7. sublimetext-markdown-preview
    Preview and build your markdown files quickly in your web browser from sublime text.
    Project Source: https://github.com/revolunet/sublimetext-markdown-preview

  8. SideBarEnhancements
    Enhancements to Sublime Text sidebar. Files and folders.
    Project Source: https://github.com/titoBouzout/SideBarEnhancements

  9. SublimeREPL
    Run an interpreter inside Sublime Text.
    Project Source: https://github.com/wuub/SublimeREPL
    Project Documentation: http://sublimerepl.readthedocs.org/en/latest/

  10. clang_complete
    Vim plugin that use clang for completing C/C++ code.
    Project Source: https://github.com/Rip-Rip/clang_complete
    Project Homepage: http://www.vim.org/scripts/script.php?script_id=3302

  11. BracketHighlighter
    Bracket and tag highlighter for Sublime Text
    Project Source: https://github.com/facelessuser/BracketHighlighter

  12. ultisnips
    UltiSnips is the ultimate solution for snippets in Vim. It has tons of features and is very fast.
    Project Source: https://github.com/SirVer/ultisnips

  13. actualvim
    Sublime Text input mode powered by Vim itself.
    Project Source: https://github.com/lunixbochs/actualvim

  14. MarkdownEditing
    Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
    Project Source: https://github.com/SublimeText-Markdown/MarkdownEditing

  15. AngularJS-sublime-package
    AngularJS code completion, snippets, go to definition, quick panel search, and more.
    Project Source: https://github.com/angular-ui/AngularJS-sublime-package

  16. powerline Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
    Project Source: https://github.com/Lokaltog/powerline
    Project Documentation: https://powerline.readthedocs.org/en/latest/

  17. SublimeCodeIntel
    Full-featured code intelligence and smart autocomplete engine
    Project Source: https://github.com/SublimeCodeIntel/SublimeCodeIntel
    Project Homepage: http://sublimecodeintel.github.io/SublimeCodeIntel/

  18. jedi
    Jedi is an autocompletion tool for Python that can be used in IDEs/editors. Jedi works. Jedi is fast.
    Project Source: https://github.com/davidhalter/jedi
    Project Documentation: http://jedi.jedidjah.ch/en/latest/

  19. JsFormat
    JsFormat is a javascript formatting plugin for Sublime Text 2.
    Project Source: https://github.com/jdc0589/JsFormat

  20. hayaku
    Fuzzy abbreviations, support for preprocessors (Sass, Less, Stylus) and a lot of other features in easily configurable set of tools for writing CSS faster.
    Project Source: https://github.com/hayaku/hayaku
    Project Homepage: http://hayakubundle.com/

  21. sublime-text-2-ruby-tests
    Sublime Text 2 plugin for running ruby tests.
    Project Source: https://github.com/maltize/sublime-text-2-ruby-tests

  22. SublimeText-Nodejs
    nodejs snippets and bindings for Sublime Text 2.
    Project Source: https://github.com/tanepiper/SublimeText-Nodejs

  23. LaTeXTools
    LaTeX plugin for Sublime Text 2 and 3.
    Project Source: https://github.com/SublimeText/LaTeXTools
    Project Homepage: http://tekonomist.wordpress.com/

  24. Vintageous
    Vintageous is a vi/Vim editing package for Sublime Text 3.
    Project Source: https://github.com/guillermooo/Vintageous
    Project Homepage: http://guillermooo.bitbucket.org/Vintageous/

  25. Stino
    Stino is a Sublime Text plugin, which provides an Arduino-like environement for editing, compiling and uploading sketches.
    Project Source: https://github.com/Robot-Will/Stino

  26. editorconfig-sublime
    Helps developers maintain consistent coding styles between different editors.
    project Source: https://github.com/sindresorhus/editorconfig-sublime

  27. mcedit
    MCEdit is an open-source, BSD-licenced world editor for the viral indie hit Minecraft.
    Project Source: https://github.com/mcedit/mcedit
    Project Homepage: http://www.mcedit.net/

  28. SublimeXiki
    Xiki plugin for Sublime Text 2.
    Project Source: https://github.com/lunixbochs/SublimeXiki

  29. CTags
    CTags support for Sublime Text 2/3.
    Project Source: https://github.com/SublimeText/CTags

  30. Sublimall
    Synchronize your SublimeText configuration.
    Project Source: https://github.com/socketubs/Sublimall
    Project Homepage: http://sublimall.org/

  31. TrailingSpaces
    A Sublime Text 2 and 3 plugin that allows you to highlight trailing spaces and delete them in a flash.
    Project Source: https://github.com/SublimeText/TrailingSpaces

  32. SublimeLinter3
    Interactive code linting framework for Sublime Text 3.
    Project Source: https://github.com/SublimeLinter/SublimeLinter3
    Project Documentation: http://www.sublimelinter.com/en/latest/

  33. DashDoc
    DashDoc provides integration of Dash into Sublime Text.
    Project Source: https://github.com/farcaller/DashDoc

  34. tern_for_vim Tern plugin for Vim.
    Project Source: https://github.com/marijnh/tern_for_vim

  35. vim-orgmode
    Text outlining and task management for Vim based on Emacs' Org-Mode.
    Project Source: https://github.com/jceb/vim-orgmode
    Project Homepage: http://www.vim.org/scripts/script.php?script_id=3642

  36. Gist
    Sublime Text plugin for creating new Gists from selected text.
    Project Source: https://github.com/condemil/Gist

  37. BrowserRefresh-Sublime
    This plugin will switch from ST2 and ST3 to Google Chrome, Google Chrome Canary, Safari, Firefox or Opera and reload the active tab.
    Project Source: https://github.com/gcollazo/BrowserRefresh-Sublime
    Project Homepage: http://gcollazo.github.io/BrowserRefresh-Sublime/

  38. Origami
    Origami is a new way of thinking about panes in Sublime Text 2 and 3.
    Project Source: https://github.com/SublimeText/Origami

  39. editorconfig-vim
    EditorConfig plugin for Vim.
    Project Source: https://github.com/editorconfig/editorconfig-vim
    Project Homepage: http://editorconfig.org/

  40. PythonBuddy Live Online Python Syntax Checker. Project Source: https://github.com/ethanchewy/OnlinePythonLinterSyntaxChecker
    Project Homepage: http://17chiue.pythonanywhere.com/