LookAtni File Markers is a VSCode extension that allows users to mark specific parts of code within the file itself for extraction, navigation, and automation.
Users can mark blocks using a simple visual syntax and then navigate through these points in VSCode, extract the marked blocks to external files, and perform actions like validation and synchronization automatically.
The extension can be used for various purposes such as technical documentation, educational content creation, code reviews, and integration with CI/CD pipelines.
A built-in CLI tool is coming soon, enabling commands for extraction and validation, making it easier for integration with GitHub Actions or build pipelines.