Route Phoenix editor auto indent and completion through adaptation logic #1430
Labels
refactor
A code change that neither fixes a bug nor adds a feature
sequencing
Anything related to the sequencing domain
Currently the SequenceEditor component is calling some "core" functions directly (i.e. auto-indent, auto-complete), and doesn't allow users to override it via adaptations.
We should apply the same logic that we have done for sequence output products to this for sequence input.
Also there's still a
seq-json-linter.ts
file andseqJsonLinter()
function inside that could be renamed to more generic names since it already uses the adaptation logic.The text was updated successfully, but these errors were encountered: