Skip to content

Ferruslogic/vscode-livecodescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

02b5dc3 · Mar 22, 2023

History

92 Commits
Mar 22, 2023
May 30, 2021
Jan 22, 2022
Jan 31, 2022
Mar 20, 2023
Jan 31, 2022
Oct 14, 2022
Jan 30, 2022
Jan 25, 2022
Jan 28, 2022
Mar 20, 2023
Jan 23, 2022
Jan 23, 2022
Jan 22, 2022
Feb 14, 2022
Jan 31, 2022
Jan 25, 2022
Mar 20, 2023
May 30, 2021
May 30, 2021

Repository files navigation

VS Code support for Livecode language

CI CI

Features

Lots of new improvements happening! We now have a Changelog

General Features

Learn more about the rich features of the Livecode extension:

  • Linting
  • Format your code
  • Syntax highlighting
  • Go to definition (across opened documents)
  • Outline
  • Breadcrumbs
  • Livecode builder support

Usage

Install the VSCode Livecode Extension.

This extension requires Livecode server in order to support linting and formatting.

Download and install livecode-server. When the plugin is loaded it will ask for Livecode-server executable.

Search for 'Livecode Server Executable Path' in VSCode configuration.

Livecode builder (LCB) support

LiveCode Builder is a variant of the current LiveCode scripting language (LiveCode Script) which has been designed for 'systems' building. It is statically compiled with optional static typing and direct foreign code interconnect. To use the lcb linter you must configure the lc-compile executable. Search for 'Livecodebuilder: LCBCompiler Path' and 'Livecodebuilder: LCBDependencies Path' on VScode configuration.

Contributing

Contributions are welcome. Read more at Contribute

License

BSD 3 © FerrusLogic