1161 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
7 results tagged auto-completion x
  • thumbnail
    perlpunk/shell-completions: Collection of shell (bash, zsh) tab completion scripts for various command line tools

    These scripts are automatically generated from YAML files which can be found under specs/.

    The format supports nested subcommands, specifying enums for possible parameters/option values and dynamic completion calling an external command.

    The generation is done with the appspec tool (see "Developing" below).

    Currently it supports bash and zsh completions.

    July 8, 2019 at 5:58:25 PM UTC - permalink -
    QRCode
    - https://github.com/perlpunk/shell-completions
    auto-completion bash cli options shell yaml zsh
  • thumbnail
    Shell autocompletion for Yarn
    February 21, 2018 at 11:19:46 AM UTC * - permalink -
    QRCode
    - https://github.com/dsifford/yarn-completion
    auto-completion bash yarn yarnpkg
  • TrườngTX Blog

    The built-in js-mode in Emacs does not provide many features for working with js framework beside js editing and syntax highlighting. The tips in this post will help you transform your Emacs into a powerful Javascript IDE.

    August 9, 2017 at 9:13:15 PM UTC - permalink -
    QRCode
    - https://truongtx.me/2014/02/23/set-up-javascript-development-environment-in-emacs
    auto-completion beautify emacs javascript js-ecosystem module tern
  • thumbnail
    key bindings - How to remap Company's select next and select previous keys? - Emacs Stack Exchange
    (with-eval-after-load 'company
      (define-key company-active-map (kbd "M-n") nil)
      (define-key company-active-map (kbd "M-p") nil)
      (define-key company-active-map (kbd "C-n") #'company-select-next)
      (define-key company-active-map (kbd "C-p") #'company-select-previous))
    July 3, 2016 at 8:23:59 PM UTC - permalink -
    QRCode
    - https://emacs.stackexchange.com/questions/2988/how-to-remap-companys-select-next-and-select-previous-keys
    auto-completion company emacs navigation
  • company-mode for Emacs

    Company is a text completion framework for Emacs. The name stands for "complete anything". It uses pluggable back-ends and front-ends to retrieve and display completion candidates.

    July 1, 2016 at 1:36:12 PM UTC - permalink -
    QRCode
    - https://company-mode.github.io/
    auto-completion company emacs package
  • thumbnail
    autoclose-html

    Will automatically add closing tags when you complete the opening tag.

    April 25, 2016 at 3:21:27 PM UTC - permalink -
    QRCode
    - https://atom.io/packages/autoclose-html
    atom auto-completion HTML package
  • nXML Mode - auto-complete tags

    You can customize nXML mode so that / automatically inserts the rest of the end-tag when it occurs after ‘<’, by doing

    M-x customize-variable RET nxml-slash-auto-complete-flag RET

    and then following the instructions in the displayed buffer.

    August 21, 2015 at 6:50:31 PM UTC * - permalink -
    QRCode
    - https://www.gnu.org/software/emacs/manual/html_mono/nxml-mode.html#Inserting-end_002dtags
    auto-completion emacs tags XML
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation