package undeclaredname
import "golang.org/x/tools/internal/lsp/analysis/undeclaredname"
Package undeclaredname defines an Analyzer that applies suggested fixes to errors of the type "undeclared name: %s".
Index ¶
- Constants
- Variables
- func FixesError(msg string) bool
- func SuggestedFix(fset *token.FileSet, rng span.Range, content []byte, file *ast.File, _ *types.Package, _ *types.Info) (*analysis.SuggestedFix, error)
Constants ¶
const Doc = "" /* 175 byte string literal not displayed */
Variables ¶
var Analyzer = &analysis.Analyzer{ Name: string(analysisinternal.UndeclaredName), Doc: Doc, Requires: []*analysis.Analyzer{}, Run: run, RunDespiteErrors: true, }
Functions ¶
func FixesError ¶
func SuggestedFix ¶
func SuggestedFix(fset *token.FileSet, rng span.Range, content []byte, file *ast.File, _ *types.Package, _ *types.Info) (*analysis.SuggestedFix, error)
Source Files ¶
undeclared.go
- Version
- v0.1.6
- Published
- Sep 17, 2021
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 3 hours ago –
Tools for package owners.