File: control

package info (click to toggle)
company-lsp 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 148 kB
  • sloc: lisp: 496; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: company-lsp
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Thomas Koch <thomas@koch.ro>
Build-Depends: debhelper (>= 11),
 dh-elpa,
 elpa-buttercup,
 elpa-company,
 elpa-dash,
 elpa-lsp-mode,
 elpa-s,
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/company-lsp
Vcs-Git: https://salsa.debian.org/emacsen-team/company-lsp.git
Homepage: https://github.com/tigersoldier/company-lsp
Testsuite: autopkgtest-pkg-elpa

Package: elpa-company-lsp
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0), elpa-yasnippet
Enhances: emacs,
 emacs25
Description: Company completion backend for emacs lsp-mode.
 It provides features that are not available by using company-capf + lsp-mode:
 .
 * Support trigger characters. For example typing . will trigger completion
   for TypeScript.
 * Use completion item's label as completion labels and replace it with its
   insertText if available.
 * Fetch completion candidates asynchronously
 * Apply text edits specified by completion candidates after completion.
 * Do not cache the completion candidates if they are incomplete.
 * Expand snippets on completion (requires elpa-yasnippet).