Git Product home page Git Product logo

Comments (9)

Alexey-T avatar Alexey-T commented on August 17, 2024

Hello @veksha , can you see it please?

from cudatext.

pintassilgo avatar pintassilgo commented on August 17, 2024

Moved to #5513 by Alexey

from cudatext.

pintassilgo avatar pintassilgo commented on August 17, 2024

Moved to #5513 by Alexey

from cudatext.

Alexey-T avatar Alexey-T commented on August 17, 2024

My function is_fuzzy_match is here:
https://github.com/CudaText-addons/cuda_complete_from_text/blob/master/__init__.py

I tried to reuse it for LSP. here:
language.py

    def filter(self, item, word):
        s1 = item['label'] if item.get('filterText') is None else item.get('filterText')
        s2 = word
        pos_bracket = s1.find('(')
        s1 = s1 if pos_bracket == -1 else s1[:pos_bracket]
        print('filter for:', s1, s2)
        return is_fuzzy_match(s1, s2)

don't work!
def filter is not called at all if I call completion after word 'TE' and have id 'TIME_BEGIN' in code.

from cudatext.

Alexey-T avatar Alexey-T commented on August 17, 2024

So the fuzzy is requiring the server support and/or some LSP client option must be changed. this is for @veksha , please.

from cudatext.

Alexey-T avatar Alexey-T commented on August 17, 2024

I dont see in web-search how to allow fuzzy in LSP servers settings for other editors. maybe only few servers have setting. so we cannot solve it in common way, yes, @veksha ?

from cudatext.

pintassilgo avatar pintassilgo commented on August 17, 2024

Why was this closed? Don't you agree this is a good feature to have?

from cudatext.

Alexey-T avatar Alexey-T commented on August 17, 2024

Reopened. but I guess it is impossible to add, see my prev comment.

from cudatext.

pintassilgo avatar pintassilgo commented on August 17, 2024

I understand you don't know how to fix, but I see no reason for it to be impossible. I use the same LSP server in all the examples I gave (typescript-language-server), surely it's doable for someone.

from cudatext.

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.