Closed sqs closed 5 years ago
Sourcegraph has supported lang: search filters for a while, but our dynamic search filters still suggest things like file:\.ts$. In most cases it should instead suggest lang:. This promotes learnability.
lang:
file:\.ts$
Relevant user feedback: https://sourcegraph.slack.com/archives/C0C324C91/p1553753927002600
@attfarhan is prioritizing this for 3.3
Sourcegraph has supported
lang:
search filters for a while, but our dynamic search filters still suggest things likefile:\.ts$
. In most cases it should instead suggestlang:
. This promotes learnability.