Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Editor/IDE Extensions for Lama2 #3

Open
shrsv opened this issue Nov 19, 2022 · 2 comments
Open

Build Editor/IDE Extensions for Lama2 #3

shrsv opened this issue Nov 19, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@shrsv
Copy link
Contributor

shrsv commented Nov 19, 2022

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 shrsv added enhancement New feature or request help wanted Extra attention is needed labels Nov 19, 2022
@7853107221
Copy link

怎么玩 不懂求教

@lovestaco
Copy link
Contributor

怎么玩 不懂求教
@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants