You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reworked the code disguise: pages are split into small paragraph groups, each
rendered as a documentation comment above a synthetic declaration (function,
struct, guard clause, property, or constant). Output now reads as a
well‑documented source file instead of a comment wall followed by an empty stub.
Code disguise supports 8 languages: typescript, javascript, csharp, java, go, rust, ruby, python. Unknown values fall back to typescript, and the tab extension / syntax highlighting follow the resolved
language.