Rohd extension#670
Open
desmonddak wants to merge 9 commits into
Open
Conversation
Clarify comment Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description & Motivation
We need a ROHD extension that can not only provide syntax expansion, as our previous extension did (and this one makes it more powerful), but also provide a place to add services, such as helpers with DTD URIs and cross-probing in VSCode.
This creates a rohd_extension directory and a set of installation code to add this extension to a user's VSCode.
Related Issue(s)
Adds to #437
Testing
The services have been tested extensively with cross-probing programs in upcoming PRs.
Backwards-compatibility
No.
Documentation
Yes, there is documentation on the syntax expansion. At the point of this PR, other features are still latent (such as cross-probing) which relies on a new database called FLC which will be documented in the ROHD platform. For now, this PR is preparation for central services, like FLC parsing. (File/Line/Column for symbol tables).