Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>AegisNew to Visual Studio Code? Get it now.
Aegis

Aegis

TheNuclearNexus

|
69 installs
| (1) | Free
MCFunction/Bolt language support for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Aegis

A language server for projects using the Beet Ecosystem

[!Warning] This extenstion is still a large work in progress! Please report any issues to the issue tracker!

General Features

  • Inline Diagnostics
  • Code Completions
  • Go-to Definition
  • Hover hints
    • Nested and Relative Location resolution
    • Variable type hints
  • Fully extensible by Beet plugins
    • Mileage may very outside of official plugins

Configuration

Basic configuration can be done at the project level via your beet config.


# Pipeline plugins will be pulled automatically
# Mecha will always be added if not defined in order
# to provide diagnostics about files.
pipeline:
    - a
# Require plugins will be added automatically but 
# will only have their *first* step down (everything before the first `yield`)
# this is to minimize side-effects created by plugins 
# after files have been loaded. If you want to modify syntax or parsing
# ensure setup is done in the first step of the plugin.
require:
    - b

meta:
    lsp:
        # Accepts a list of plugins to *not* be loaded by the language server
        excluded_plugins: 
            - foo
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft