adds ENDF-manual-backed reference lookups#1
Open
tokamaster wants to merge 1 commit into
Open
Conversation
tokamaster
commented
May 22, 2026
Owner
Author
There was a problem hiding this comment.
not sure about having tests... these require at least one .endf file and I don't want to make the tests dependent on any. this one is using Li7 because it is the test file I have locally.
tokamaster
commented
May 22, 2026
Owner
Author
There was a problem hiding this comment.
do we need completion? probably not. I think this just complicates the extension, as it is not meant to be used for writing .endf but just inspecting/reading them.
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.
I converted the ENDF-6 Formats Manual (2018) to Markdown using docling and passed it to Codex. Probably I should have used the 2023 manual, but this is just a test to see if the combo docling + Codex is actually effective.
Summary
Adds offline, manual-backed lookup support for common ENDF-6 reference codes while keeping the extension lightweight. The change focuses on curated hovers and completions rather than introducing a parser or language server.
User-Facing Improvements
MF,MT,NSUB,NLIB,INT, andLRreferences in descriptive text.TEXT,CONT,HEAD,LIST,TAB1,TAB2,INTG,SEND,FEND,MEND, andTEND.MF=,MT=,NSUB=,NLIB=,INT=, andLR=.Implementation Notes
endfReference.jsas the shared curated lookup source.extension.jsto use the shared lookup helpers for hovers and completion items.test/endfReference.test.js.README.mdandCHANGELOG.md.Tests Run
npm testnode --check extension.jsnode --check endfReference.jsKnown Limitations