Code Monkey home page Code Monkey logo

Comments (7)

fortenforge avatar fortenforge commented on July 21, 2024

Are you using a completion frontend or the default completion-at-point frontend?

from codeium.el.

b40yd avatar b40yd commented on July 21, 2024

Are you using a completion frontend or the default completion-at-point frontend?
my config:

  (use-package company
    :diminish
    :bind (("C-M-i" . company-complete)
           :map company-mode-map
           ("<backtab>" . company-yasnippet))
    :hook (after-init . global-company-mode)
    :init
    (setq company-tooltip-align-annotations t
          company-tooltip-limit 12
          company-idle-delay 0
          company-echo-delay (if (display-graphic-p) nil 0)
          company-minimum-prefix-length 1
          company-icon-margin 3
          company-require-match nil
          company-dabbrev-ignore-case nil
          company-dabbrev-downcase nil
          company-global-modes '(not erc-mode message-mode help-mode
                                     gud-mode eshell-mode shell-mode)
          company-backends '((company-capf :with company-yasnippet)
                             (company-dabbrev-code company-keywords company-files)
                             company-dabbrev)))

from codeium.el.

fortenforge avatar fortenforge commented on July 21, 2024

@Alan-Chen99 do you have any ideas?

from codeium.el.

VentGrey avatar VentGrey commented on July 21, 2024

Same issue here. After some experimentation I've noticed codeium fails to show completions when some other company completion backend is running, for example with eglot included in Emacs 29.1:

Without eglot running:
image

With eglot running:
image

from codeium.el.

lucaspeixotoac avatar lucaspeixotoac commented on July 21, 2024

There is no suggestion for me if eglot is enabled. Once I turn off eglot, the suggestions come to appear.

Any idea on how to solving this? I would love to test this package.

from codeium.el.

finalclass avatar finalclass commented on July 21, 2024

Same problem here. Any help?

from codeium.el.

onsails avatar onsails commented on July 21, 2024

Same problem with config similar to @b40yd, in rust files with lsp-mode. Codeium completions work in comments section but for code there are only LSP completion.

from codeium.el.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.