Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Hornbill WebDev HelperNew to Visual Studio Code? Get it now.
Hornbill WebDev Helper

Hornbill WebDev Helper

Miroslaw Niepokoj

|
275 installs
| (0) | Free
Extension to help with everyday web development
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Hornbill WebDev Helper README

Helper extension for orion app strings.
It is working with <hb-translate app="" key="" default=""> and adding autocomplete for app, key and default attributes.

Plugin will be automatically activated when hb-translate.json file will be found in root of your project. Please configure your app strings path you want to make available in your project.
Example configuration:

{
    "appStrings": [
        {
            "app": "com.hornbill.customermanager",
            "file": "q:\\hornbill\\com.hornbill.customermanager\\app-strings.xml"
        },
        {
            "app": "core",
            "file": "q:\\hornbill\\com.hornbill.core\\app-strings"
        }
    ]
}

Please note that you can point to specific file as well as to folder. If you point to folder then all xml files will be read.

Plugin is not yet detecting changes in configuration file and xml files so if you do it then you can reload them from command palette - call Reload orion app strings

Features

ctrl+shift+P - Reload orion app strings - will reload app strings.

Tip: CTRL+SPACE to activate when focus on specific attribute

Requirements

VSCODE 1.9

Extension Settings

NOT DEFINED YET

Known Issues

Nothing

Release Notes

0.1.7

  • ignoring attributes that values starting with {{ as it is probably angular binding

Working with Markdown

Note: Any feedback welcome.

For more information

Visit Hornbill.com

TODO:

  • add project scan for translation problems

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft