Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alhankeser/looker-label-viewer
VS Code extension to see localized labels in lookml files without having to open the localization file.
https://github.com/alhankeser/looker-label-viewer
looker lookml
Last synced: 6 days ago
JSON representation
VS Code extension to see localized labels in lookml files without having to open the localization file.
- Host: GitHub
- URL: https://github.com/alhankeser/looker-label-viewer
- Owner: alhankeser
- License: mit
- Created: 2024-05-10T21:57:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T21:57:30.000Z (7 months ago)
- Last Synced: 2024-10-24T15:31:27.202Z (about 2 months ago)
- Topics: looker, lookml
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Looker Label Viewer for VS Code
Looker Label Viewer allows you to see localized labels in lookml files without having to open the localization file.
## Features
Hover over a localized label to view the corresponding label value.
![looker_label_viewer](https://github.com/alhankeser/looker-label-viewer/assets/15135669/4703d3a0-99ff-407a-b472-7fa481a903dc)
It currently does not support the ability to change extension settings related to:
- Target attributes. It defaults to trying to get labels for:
- label
- group_label
- group_item_label
- view_label## Settings
### Localization File
To change the default `en.strings.json` to something else, use the following setting:
```"lookerlabelviewer.localizedStringsFileName": "en.strings.json"```