We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4e78a commit c9ce8a6Copy full SHA for c9ce8a6
extension/background/omnibox.js
@@ -72,9 +72,8 @@ chrome.omnibox.onInputEntered.addListener(
72
// Suggest specific questions as text is being typed.
73
chrome.omnibox.onInputChanged.addListener(
74
function(query, suggest) {
75
- // TODO: Provide user the option to choose which of the following two options will be used to provide suggestions.
+ // TODO: Provide user the option to choose whether question suggestions or filter suggestions will be shown.
76
// TODO: Use StackOverflow api to get list of questions and sort them based on relevance.
77
- // TODO: Use filters provided by user to show suggestions
78
79
chrome.storage.sync.get({
80
questionsWithCodeFilter: false,
0 commit comments