Lama2
Lama2 copied to clipboard
Build Editor/IDE Extensions for Lama2
According to the Stackoverflow survey, the following seem like some important platforms that may benefit Lama2 integration:
- Vim/NeoVIM
- Jetbrains Intellij, Rider, Pycharm, GoLand, CLion, etc
- Emacs
- Visual Studio
- Sublime Text
- 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.
怎么玩 不懂求教
怎么玩 不懂求教 @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
- Create a file basic_post.l2
- Add your code
POST
https://httpbin.org/post
{
"hello": "world"
}
- Execute in VSCode through command pallette:
Press Ctrl + Shift + P.
Select lama2: Execute current file