Перейти к файлу
Paulo Aboim Pinto 56ebf4e761 fixing typo 2022-04-23 00:11:53 +02:00
.github/workflows fixing typo 2022-04-23 00:11:53 +02:00
.vscode Initial commit 2022-03-16 00:20:42 +01:00
Avalonia.AXAML.LanguageServer Force shutdown when received from the client, #1 2022-04-07 02:00:26 +02:00
src Force shutdown when received from the client, #1 2022-04-07 02:00:26 +02:00
.eslintrc.json Initial commit 2022-03-16 00:20:42 +01:00
.gitignore minor clean up 2022-03-30 01:33:00 +02:00
.vscodeignore Initial commit 2022-03-16 00:20:42 +01:00
CHANGELOG.md Initial commit 2022-03-16 00:20:42 +01:00
LICENSE Initial commit 2022-03-16 00:20:42 +01:00
README.md update README.md 2022-03-30 01:44:05 +02:00
package-lock.json minor clean up 2022-03-30 01:33:00 +02:00
package.json minor clean up 2022-03-30 01:33:00 +02:00
tsconfig.json minor clean up 2022-03-30 01:33:00 +02:00
webpack.config.js add libs folder to the webpack 2022-04-22 23:19:20 +02:00

README.md

Avalonia.aXAML AutoCompletion README

Features

This VSCode extension will be responsable for auto-completion of the Avalonia aXAML elements.

Requirements

  • Should use the LanguageServer in order to scan Avalonia libraries and provide the right auto-completion.
  • Should be possible to scan custom user libraries

Extension Settings

N/A

Known Issues

Sometimes the extension stop working, meaning there was an exception in the LanguageServer code. When that happens, just close VSCode and open again.

Release Notes

Alpha 1

Initial Release of the extension.