VSCode zoneinfoA Visual Studio Code extension that adds syntax highlighting and smart navigation for IANA time zone database files (a.k.a. zoneinfo files). Also available as a package for Sublime Text. InstallationFind it as Zoneinfo in the Visual Studio Marketplace. Within VSCode you can search for Syntax highlightingSyntax highlighting is provided for the raw time zone definition files:
As well as associated metadata files:
Example screenshotDefinition navigationThis plugin provides support for smart navigation within the time zone definition files (listed above). Go to symbolUse the go to symbol feature for a single file, or the whole Find symbols within a single file: Find symbols within the Go to definitionClick-through support between definitions is handled with the go to definition feature.
Specifically, you are able to go from a Find all referencesThis is the reverse operation of “go to definition”. Find all references across the workspace to a Code foldingAll multi-line symbols ( DevelopmentThe syntax highlighting rules are defined by the For consistency, any changes to syntax highlighting should be made in sublime-zoneinfo first, then copied to this extension. CreditsThis code is open source under the MIT license – © Gilmore Davidson. |