Skip to content

Commit

Permalink
Add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
vdavid committed Sep 7, 2022
1 parent 08a355d commit fa8cf4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
@@ -1,5 +1,14 @@
# Go imports search

## ⚠️ Deprecation notice

**Sourcegraph extensions have been deprecated with the September 2022 Sourcegraph
release. [Learn more](https://docs.sourcegraph.com/extensions/deprecation).**

The repo and the docs below are kept to support older Sourcegraph versions.

## Description

Lets you easily search for all files using a Go package. Adds a new operator `go.imports:` for all import statements of the package passed to the operator.

This extension also adds a "See all usages" link at the end of import statement lines, which will execute the `go.imports` search for the relevant package. To enable "See all usages" links, add `"goImports.showAllUsagesLinks": true` in your user settings.
Expand Down

0 comments on commit fa8cf4b

Please sign in to comment.