Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LoplaNew to Visual Studio Code? Get it now.
Lopla

Lopla

galcorp

|
139 installs
| (0) | Free
Lopla language definition for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Lopla visual studio code plugin

Plugin for writing lopla code in visual studio code. Current information about lopla language can be found here: http://lopla.info

Features

  • Keywords highlight. (if, while, function, return)
  • Code completation for lopla functions. (namespaces: IO, Lp, Draw) with ctrl + space

Release Notes

0.0.1

  • Initial release of lopla langugae plugin

0.0.2

  • Added Run lopla button on lpc scripts

0.0.3

  • Bug fixes on a lopla runner

0.0.4

  • Added task support for lopla runner - you can now create new task in VS workspace. Also folders are supported (as a starting point). Sample task can look as below:
   "tasks": [
       {
           "type": "lopla",
           "folder": "Game",
           "label": "Game",
           "problemMatcher": []
       }
   ]
  • Removed old button on status bar

0.0.6

  • Smaller footprint (lopla.exe in one file)
  • Fixes
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft