ExpertThe official language extension for Expert, Elixir's offical language server. ⚠️ Early Access ⚠️Expert is currently in pre-1.0 early access. Pull requests and issues are welcome in the offical GitHub repo. FeaturesThe Expert extension consists of the following components and features: Syntax Highlighting GrammarsTextMate grammars that provide syntax highlighting for Elixir source code files ( Expert Language Server
Using the extensionExpert releases are currently published nightly. This extension will automatically download and install the latest relased from GitHub when starting up. Alternatively, you may opt to build Expert from source and point this extension at it via the Configurationexpert.server.releasePathOverrideTells the extension to use a local release of the Expert language server instead of the automatically installed one. This path should point to Expert's executable, typically located at expert.notifyOnServerAutoUpdateControls whether notifications are shown after automatic installs of new Expert versions. Defaults to Editor ConfigurationThe extension provides a language configuration for Elixir which marks
CompatabilityExpert tentatively targets support for Elixir TroubleshootingExpert outputs logs to two different files:
Additionally, the Expert channel in VSCode's Output tab may contain some pertinent information, notably if/when Expert fails to start before log files are initialized. Frequent issues and questionsI'm not getting syntax highlighting for HEExThe syntax highlighting grammar for HEEx ( SupportIf you have questions or need help, please refer to one of the following channels:
AcknowledgementsThe Expert extension was derived from the vscode-lexical plugin authored by Étienne Lévesque (aka Blond11516). |