Lama2 icon indicating copy to clipboard operation
Lama2 copied to clipboard

Build Editor/IDE Extensions for Lama2

Open shrsv opened this issue 2 years ago • 2 comments

According to the Stackoverflow survey, the following seem like some important platforms that may benefit Lama2 integration:

  1. Vim/NeoVIM
  2. Jetbrains Intellij, Rider, Pycharm, GoLand, CLion, etc
  3. Emacs
  4. Visual Studio
  5. Sublime Text
  6. XCode

Any help with supporting these platforms is appreciated. The documentation contains points on how to build Editor/IDE extensions.For discussions/support, post in the thread, and join our Discord server.

shrsv avatar Nov 19 '22 08:11 shrsv

怎么玩 不懂求教

7853107221 avatar Jul 27 '23 02:07 7853107221

怎么玩 不懂求教 @7853107221

Installation

Linux/ Mac

curl  -s  https://hexmos.com/lama2/install.sh  |  bash  -s

Windows

choco  install  lama2  --version=1.0.0  --force  -y

Install Lama2 extension in vscode

Name: Lama2 VS Marketplace Link

Usage

  1. Create a file basic_post.l2
  2. Add your code
POST
https://httpbin.org/post
{
"hello": "world"
}

  1. Execute in VSCode through command pallette:
Press Ctrl + Shift + P.
Select lama2: Execute current file

lovestaco avatar Jul 27 '23 03:07 lovestaco