A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/grafana/jsonnet-language-server/commit/1d94a47d25effd7d3a7aaf8835ee8ef71b185829 below:

Add label when completing a nested index (#119) · grafana/jsonnet-language-server@1d94a47 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-0

lines changed Original file line number Diff line number Diff line change

@@ -205,6 +205,8 @@ func typeToString(t ast.Node) string {

205 205

return "string"

206 206

case *ast.Import, *ast.ImportStr:

207 207

return "import"

208 +

case *ast.Index:

209 +

return "object field"

208 210

}

209 211

return reflect.TypeOf(t).String()

210 212

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4