Giter Club home page Giter Club logo

Comments (5)

prabirshrestha avatar prabirshrestha commented on June 2, 2024

I'm not familiar with NCP tags. Do you have links? Or did you mean just normal vim tags.

Please add links to repos so I can look into creating completion source based on it.

from asyncomplete.vim.

Taverius avatar Taverius commented on June 2, 2024

I meant NCP as in nvim-complete-manager - sorry, I wasn't clear :)

from asyncomplete.vim.

prabirshrestha avatar prabirshrestha commented on June 2, 2024

That would be NCM.

By the way which language do you need tags for? It is better to have proper language completion rather than tags since tags can be very huge.

from asyncomplete.vim.

Taverius avatar Taverius commented on June 2, 2024

Its more of a generic catchall.

There are various languages supported by (Exhuberant|Universal) Ctags that I use maybe twice a year each, where its really handy to have tag-completion at that time but totally not worth actually going and installing/configuring non-tag, non-ftype-omni completion for them.

For example, I have no need for clang-complete from n-c-m, but those handful of times yearly when I need to screw around in c being able to just ctags -R the project and have the tags in autocomplete is super-handy.

from asyncomplete.vim.

prabirshrestha avatar prabirshrestha commented on June 2, 2024

Initial source is done. You can find it at https://github.com/prabirshrestha/asyncomplete-tags.vim. We can continue the discussions there.

Currently there are no optimizations. Ideally it would be better to have an external program read the tags file and do the binary search so that vim wouldn't be blocked and vim can communicate via job. This means you can use any language to parse tags files and do the search as long as it can talk by stdout and stdin and is a long running server so don't need to keep reading the file. If you want to take a stab at it let me know.

from asyncomplete.vim.

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.