foss42 / apidash

API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. A lightweight alternative to postman/insomnia.
https://apidash.dev
Apache License 2.0
1.47k stars 274 forks source link

Add Support for Syntax Highlighting of .env Files #447

Closed pgsohail closed 3 weeks ago

pgsohail commented 3 weeks ago

Tell us about the task you want to perform and are unable to do so because the feature is not available Currently, API Dash doesn't offer syntax highlighting for .env files, which are commonly used in many projects for environment variables. Adding this feature would improve readability and help developers quickly identify key-value pairs within .env files. Describe the solution/feature you'd like us to add Implement syntax highlighting for .env files with a focus on key-value pairs, comments, and special characters. Ensure compatibility with different variable formats used across projects. Any other feedback you would like to provide regarding the site Benefits: Enhanced developer experience by improving the visibility of important environment variables. Aligns with API Dash's goal to support a wide range of file types and enhance developer productivity.

ashitaprasad commented 3 weeks ago

This feature is not relevant for an API client as it is not an IDE.