-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DCE - add IDE support #27
Comments
Current support for IDEs:
Intellij: VS Code: LSP |
Phil Fearon |
VS Code Custom Data |
DCE tags example in VS Code plugin |
DCE imports discussion |
TypeScript Language Service Plugin Writing a Language Service Plugin tsconfig.json compilerOptions plugins example todo plugin ChatGPT adviseCreating a TSServer plugin to handle imports of files with the
Remember that creating a TSServer plugin involves diving into TypeScript's internals and understanding how the language services work. You'll need to explore the TypeScript source code and documentation to implement your custom logic effectively. For more detailed guidance, refer to the TypeScript wiki on creating custom language service plugins². Good luck with your project! 🚀🔌 Source: Conversation with Bing, 2/25/2024 |
Based on example todo plugin plan
Generation has to check the
|
Added comment TSC pre-compilation plugin request: |
Phil Fearon
|
generated on fly XSD idea intelliJ <root xmlns="http://www.example.org"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.example.org"> the schema would be (re-)generated for the page on fly and serve tags on the top level. FS watch: chokidar - used by VS Code |
In combination with
Nu Html Checker is Java jar/war . Hence OK for IntelliJ but requires either executable or java runtime for other editors. HtmlInputStreamReader.java is converted into C for FireFox. Which has a potential for compiling into WASM. Alternative is to use GWT Java to JS compiler The HTML5 Live DOM Viewer—in Browser has the converted JS. Perhaps outdated. |
caja/src/com/google/caja/plugin j2cl gives WASM implementation for Nu Html Checker java code. |
Created a repo, design on toolkit notes: #27 |
https://github.com/JetBrains/web-types
The text was updated successfully, but these errors were encountered: