Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>GEDCOMNew to Visual Studio Code? Get it now.
GEDCOM

GEDCOM

Domorium

|
35 installs
| (0) | Free
GEDCOM language support by Domorium. Edit files with autocomplete, validation, navigation, and semantic highlighting
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GEDCOM for Visual Studio Code

GEDCOM language support by Domorium. Read and edit .ged and .gedcom files with confidence using structure-aware suggestions and diagnostics as you type.

GEDCOM autocomplete, validation, hover, and navigation

Features

  • Context-aware GEDCOM autocomplete
  • Real-time structural validation
  • Syntax highlighting from the moment a file opens, refined by the language server once it connects
  • GEDCOM highlighted inside a gedcom code block in Markdown
  • Hover information for GEDCOM tags
  • Go to definition for cross-references
  • Find all XREF references with read/write highlights
  • Safe, atomic XREF rename
  • Clickable web and local-file links
  • Quick fixes for broken references and invalid levels
  • Code folding for records and nested structures
  • Support for .ged and .gedcom files

Highlighting

Each part of a line is coloured for what it is — the level, the tag, the record an XREF declares, a reference to one, and the value:

0 @I1@ INDI
1 NAME John /Doe/
1 SEX M
1 BIRT
2 DATE 1 JAN 1900
1 FAMS @F1@

The colours come from your theme, and two layers produce them. A grammar paints the file as soon as it opens, and works in a Markdown code block like the one above, where no language server can reach. The language server then refines the same colours with what it knows that a grammar cannot — which XREF declares a record and which refers to one. The two agree, so nothing changes appearance when the server connects.

Installation

Install GEDCOM from the Visual Studio Marketplace, or run:

code --install-extension domorium.gedcom

You can also try the GEDCOM web editor by Domorium.

Contributing

See the project repository for development setup and contribution instructions.

License

MIT © 2025 Andrei Lobanov

Domorium is an independent project and is not affiliated with or endorsed by FamilySearch or Intellectual Reserve, Inc. FAMILYSEARCH GEDCOM™ and FAMILYSEARCH® are trademarks of Intellectual Reserve, Inc.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft