Code Monkey home page Code Monkey logo

Comments (5)

Shougo avatar Shougo commented on June 11, 2024

Thank you for the report.

I get the problem.

This feature is really needed? I think you should use LSP completion instead.

from deoplete-tag.

sl8vz avatar sl8vz commented on June 11, 2024

Hi @Shougo ,

Actually LSP would rely on clang based tools and the need of a JSON compilation database.
While it can be pretty straighforward to generate when using CMake or clang toolchain, it's not the case with classic Make/gcc projects (which I'm mostly working on)

So in my case ctags based completion is by far the most convenient which doesn't require any configuration. I can jump on any project, generate the tags (even for bash scriptss.... ) and I'm good to go. For sure it's not 100% perfect as it doesn't know actual defines used at compilation time but it does the job 99% of the time.

Assuming that omnicompletion can suggest members correctly using the tag file is there something really blocking to do it for deoplete ?

from deoplete-tag.

sl8vz avatar sl8vz commented on June 11, 2024

And by the way I'd be happy to contribute if you think the change is possible.

from deoplete-tag.

Shougo avatar Shougo commented on June 11, 2024

OK. But the change is not possible.

You should call the omnifunc from deoplete instead.

set completeopt+=noselect
call deoplete#custom#option('omni_patterns', {
\ 'c': ['[^. *\t]\%(\.\|->\)\w*',
\ 'cpp': ['[^. *\t]\%(\.\|->\)\w*', '[a-zA-Z_]\w*::'],
\})

from deoplete-tag.

sl8vz avatar sl8vz commented on June 11, 2024

Thanks @Shougo it fixes my problem.

from deoplete-tag.

Related Issues (2)

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.