Sarcasm / company-irony

company-mode completion back-end for irony-mode
118 stars 11 forks source link

Ignore Cases when filtering candidates #18

Closed riaqn closed 8 years ago

riaqn commented 8 years ago

C and C++ has many macros, which is all upper-case, thus I have to hold SHIFT when typing them. It's quite anonying. These commit will ignore cases. A better solution should provide a customize-variable interface to users to let them choose whether to ignore cases or not.

Sarcasm commented 8 years ago

A better solution should provide a customize-variable interface to users to let them choose whether to ignore cases or not.

Agreed, I would be inclined to add it if a defcustom was provided. :)

dubnde commented 8 years ago

Does this PR still have any legs?

Sarcasm commented 8 years ago

Yes, I would appreciate the added customize, I guess I will have to do it myself.

Sarcasm commented 8 years ago

Feature added in commit: https://github.com/Sarcasm/company-irony/commit/0eff012c6389d66668751454c08c7547017fe546

riaqn commented 8 years ago

Thank you @Sarcasm ! It's very nice.