Skip to content

Mervap/LamaPlugin

Repository files navigation

Lama plugin for the IntelliJ Platform

Build Version Downloads

Plugin for Lama language

It provides highlighting, powerful completion, renaming, contains a few simple inspections and much more!

To get full list of supported features check FEATURES.md

Supported OS

Installation

Marketplace

Open Settings > Plugins > Marketplace in your IDE, search for Lama and install the plugin

Manual installation

Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

macOS Workaround

Lama executables is 32-bit, so it's impossible to compile and run such programs on OSX. Lima uses as a workaround.

If you on macOS and want to have a good experience you need to:

  • Install lima
  • Start Linux instance (limactl start)
  • Enable lima support (Preferences > Languages & Frameworks > Lama > Enable lima support)
  • If you whatever don't have stdlib completion/resolve/etc try Restart IDE

Contributing

Any contributing are welcome. You're encouraged to contribute to the plugin if you've found any issues or missing functionality that you would want to see. Check out CONTRIBUTING.md to learn how to set up the project. If you don't know what to do, check open Issues.