Description
Request to create a Zed editor extension that provides feature parity with the existing VS Code extension (@env-spec).
Motivation
Zed is an increasingly popular code editor, and many developers use it for working with .env files and environment variables. Having a native Zed extension would provide a better experience for Zed users.
Features to Implement
The Zed extension should include all features from the VS Code extension:
- Syntax Highlighting - Proper syntax highlighting for .env files and .env.schema files
- Comment Continuation - Smart comment continuation behavior
- Toggle Comment - Ability to toggle comments on/off
- Hover Info - Show hover information for variables
- IntelliSense/Autocomplete:
- Decorators autocomplete
- Type suggestions
- Variable resolvers
- Enum value suggestions
- Inline Diagnostics - Show inline diagnostic errors for schema validation
- Variable Resolution - Support for variable interpolation and references
Additional Information
The VS Code extension serves as the reference implementation. A Zed extension would follow the same patterns and provide the same level of functionality for Zed users.
Description
Request to create a Zed editor extension that provides feature parity with the existing VS Code extension (@env-spec).
Motivation
Zed is an increasingly popular code editor, and many developers use it for working with .env files and environment variables. Having a native Zed extension would provide a better experience for Zed users.
Features to Implement
The Zed extension should include all features from the VS Code extension:
Additional Information
The VS Code extension serves as the reference implementation. A Zed extension would follow the same patterns and provide the same level of functionality for Zed users.