philc / philc/vimium

Feature: Custom search completion providers

Open
#4,281 2 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
27k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

Search completions are a useful feature, but are currently limited to the builtin engines. Only a handful of popular search engines and a couple mysteriously niche ones have been blessed with inclusion, other submissions have been rejected or ignored: #2590 #3851 #3981 #4091 #4094 #4189 #4238

These PRs should be accepted - with the condition "I will not fix this if it breaks" if necessary - but failing that, the ability to configure custom completion providers should be added.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with background_scripts/completion_engines.js and review how the built-in providers are defined and selected. Determine how custom providers could be configured without removing existing engines; done means users can add them and the cited provider submissions no longer require hard-coded inclusion.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
40/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.