vscode-httpyac icon indicating copy to clipboard operation
vscode-httpyac copied to clipboard

support Language Server Protocol

Open AnWeber opened this issue 3 years ago • 2 comments

add support for Language Server Protocol. The goal should be to achieve further improvements in the editing of http files.

  • better support for auto completion
    • support auto completion of javascript (see vetur)
    • support auto completion of variables
  • support formatting
    • formatting of http files
    • formatting of javascript
  • add linting and preview of variables
  • add auto completion of URL
    • using existing services in the project to offer completions
    • allow adding OpenAPI Specifications to support auto completion

https://code.visualstudio.com/api/language-extensions/language-server-extension-guide

AnWeber avatar Jan 30 '22 15:01 AnWeber

The idea is very cool !!!

li1234yun avatar Mar 04 '22 06:03 li1234yun

Looking forward to this feature 👍

henghengyang avatar Jul 01 '22 02:07 henghengyang