https://github.com/vuedx/languagetools
A collection of tools for better IDE experience.
https://github.com/vuedx/languagetools
Last synced: about 1 month ago
JSON representation
A collection of tools for better IDE experience.
- Host: GitHub
- URL: https://github.com/vuedx/languagetools
- Owner: vuedx
- License: mit
- Created: 2020-03-21T21:32:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T02:06:23.000Z (over 1 year ago)
- Last Synced: 2024-04-14T11:31:15.693Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://vuedx.com
- Size: 30.7 MB
- Stars: 1,257
- Watchers: 10
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- stars - vuedx/languagetools
README
# VueDX
A set of tools for better developer experience aka Vue Developer Experience or VueDX.
[](https://github.com/vuedx/languagetools/actions/workflows/ci.yaml?query=branch%3Amain)
[](https://app.codecov.io/gh/vuedx/languagetools)
[](https://marketplace.visualstudio.com/items?itemName=znck.vue-language-features)
[](https://open-vsx.org/extension/znck/vue-language-features)
## Getting Started
To start using VueDX, install one of the following extensions:
- Visual Studio Code
- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=znck.vue-language-features)
- [Open VSX Registry](https://open-vsx.org/extension/znck/vue-language-features)
- Neovim
- Use [coc-vue](https://www.npmjs.com/package/coc-vue) with [coc.nvim](https://github.com/neoclide/coc.nvim)## How to get help
Have a question, or want to provide feedback? Use [repository discussions](https://github.com/vuedx/languagetools/discussions) to ask questions, share bugs or feedback, or chat with other users in the Preview. The VueDX team will respond as often as possible, but we also welcome you to share your experiences and help others in the community.
## Contributing
- [Code of Conduct](CODE_OF_CONDUCT.md)
- [How to Build](CONTRIBUTING.md)### Extensions
- [Vue Syntax Highlight](./extensions/vscode-vue) — provides syntax highlight — [Extension](https://marketplace.visualstudio.com/items?itemName=znck.vue)
- [Vue Language Features](./extensions/vscode-vue-language-features) — provides typescript integration for VS Code — [Extension](https://marketplace.visualstudio.com/items?itemName=znck.vue-language-features)### Packages
- [@vuedx/compiler-sfc](./packages/compiler-sfc) — a light weight build of `@vue/compiler-sfc` (only `parse()` functionality is provided)
- [@vuedx/compiler-tsx](./packages/compiler-tsx) — a `` to representational `TSX` compiler (generated TSX may not be functional but ensures type consistency)
- [@vuedx/projectconfig](./packages/projectconfig) — a json config file to define project preferences
- [@vuedx/template-ast-types](./packages/template-ast-types) — a collection of utility functions to work with `` AST, think `@babel/types` but for Vue
- [@vuedx/typecheck](./packages/typecheck) — a command line tool to check types, functionally equivalent to `tsc --noEmit` but includes .vue support
- [@vuedx/typescript-plugin-vue](./packages/typescript-plugin-vue) — enables TypeScript language server to understand `.vue` files
- [@vuedx/vue-language-server](./packages/vue-language-server) — Language server protocol implementation for .vue## Sponsors