Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(hi): update editor-setup.mdx #8337

Merged
merged 2 commits into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/hi/editor-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Astro किसी भी कोड एडिटर के साथ काम

<ReadMore>देखें कि अपने Astro परियोजना में [Typescript कैसे सेट](/hi/guides/typescript/) करें।</ReadMore>

## Zed

[Zed](https://zed.dev/) एक ओपन-स्त्रोत कोड एडिटर है जिसने संस्करण 0.123.2 में Astro के लिए समर्थन जोड़ा गया है। आप [Astro एक्सटेंशन]((https://github.com/zed-industries/zed/tree/main/extensions/astro)) को Zed के IDE एक्सटेंशन टैब में से इंस्टॉल कर सकते हैं। इस एक्सटेंशन में सिंटैक्स हाइलाइटिंग, कोड पूर्णता और फ़ॉर्मेटिंग जैसी सुविधाएं शामिल हैं।

## JetBrains IDEs

Astro के लिए प्रारंभिक समर्थन WebStorm 2023.1 में आया। आप [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/20959-astro) के माध्यम से या IDE के प्लगइन्स टैब में "Astro" खोजकर आधिकारिक प्लगइन इंस्टॉल कर सकते हैं। इस प्लगइन में सिंटैक्स हाइलाइटिंग, कोड पूर्णता एवं फ़ॉर्मेटिंग जैसी सुविधाएं शामिल हैं, एवं भविष्य में और भी उन्नत सुविधाएं जोड़ने की योजना है। यह [JavaScript समर्थन के साथ अन्य सभी JetBrains IDE](https://www.jetbrains.com/products/#lang=js&type=ide) के लिए भी उपलब्ध है।
Expand Down
Loading