microsoft / vscode-anycode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anycode

A Tree-sitter-based language extension that inaccurately implements popular features like "Outline & Breadcrumbs", "Go to Symbol in Workspace", "Document Highlights" and more. This extension should be used when running in enviroments that don't allow for running actual language services, like https://github.dev or https://vscode.dev.


This is the mono-repo for Anycode itself and its languages: the anycode-folder is a LSP client and server that implements basic language features and all anycode-XYZ folders are for the respective XYZ languages.


Development

To compile tree-sitter languages you need docker or emscripten, follow these steps:

  • have emcc on your path or docker running
  • run node ./scripts/all-npm.js i

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

License:MIT License


Languages

Language:JavaScript 49.0%Language:TypeScript 38.7%Language:Scheme 6.0%Language:C# 2.3%Language:Rust 1.5%Language:Kotlin 0.9%Language:Go 0.7%Language:Java 0.3%Language:Python 0.2%Language:HTML 0.2%Language:PHP 0.2%Language:C 0.0%