Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>LINE Bot Development UtilitiesNew to Visual Studio Code? Get it now.
LINE Bot Development Utilities

LINE Bot Development Utilities

Kenichiro Nakamura

|
1,660 installs
| (0) | Free
This extension contains JSON parser to UI and snippets to craft JSON for LINE messages.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LINE Bot Development Utilities

This extension contains utilities for LINE bot developers.

  • JSON code snippets to create JSON LINE Message object.
  • JSON to UI converter: Provide preview pane for JSON LINE Message object.

JSON code snippets

  1. Open any .json file and start typing "text".
  2. Select snippet candidate for "LINE Text Message".
  3. You see the JSON object for Text Message will be auto generate.
    snipppet

JSON to UI converter

  1. Open any .json file, and select JSON object.
  2. Click preview icon on the right top.
  3. You see the parsed UI results. You can change the JSON data which update the UI realtime.
    ui1
  4. For nested JSON like buttons, you need to explicitly select JSON object from first '{' to last '}'.
    ui2

Supported Snippets.

  • Text Message
  • Sticker Message (Only Id)
  • Image Message
  • Video Message
  • Audio Message
  • Imagemap Message
  • Confirm Template message
  • Buttons Template message
  • Carousel Template message
  • Image Carousel Template message

Desired features

  • JSON to Code, such as C#, golang, python, etc.
  • Location Message
  • Rich Menu
  • etc
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft