Skip to content

Commit 6ec932a

Browse files
authored
Merge pull request #22 from ayushhagarwal/master (Code editors)
Code editors article
2 parents 186dfa6 + 7f20f8d commit 6ec932a

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
# Code editors
1+
# कोड एडिटर
22

3-
A code editor is the place where programmers spend most of their time.
3+
एक कोड एडिटर वह जगह है जहाँ प्रोग्रामर अपना अधिकांश समय व्यतीत करते हैं।
44

5-
There are two main types of code editors: IDEs and lightweight editors. Many people use one tool of each type.
5+
कोड एडिटरों के दो मुख्य प्रकार हैं: आईडीई और हल्के एडिटर। बहुत से लोग प्रत्येक प्रकार के एक उपकरण का उपयोग करते हैं।
66

7-
## IDE
7+
## आईडीई
88

9-
The term [IDE](https://en.wikipedia.org/wiki/Integrated_development_environment) (Integrated Development Environment) refers to a powerful editor with many features that usually operates on a "whole project." As the name suggests, it's not just an editor, but a full-scale "development environment."
9+
[आईडीई] (https://en.wikipedia.org/wiki/एकीकृत_विकास_परिवेश) (एकीकृत विकास परिवेश या आईडीई) शब्द एक शक्तिशाली एडिटर को कई विशेषताओं के साथ संदर्भित करता है जो आमतौर पर "संपूर्ण परियोजना" पर काम करता है। जैसा कि नाम से पता चलता है, यह सिर्फ एक एडिटर नहीं है, बल्कि एक पूर्ण पैमाने पर "विकास का माहौल" है।
1010

11-
An IDE loads the project (which can be many files), allows navigation between files, provides autocompletion based on the whole project (not just the open file), and integrates with a version management system (like [git](https://git-scm.com/)), a testing environment, and other "project-level" stuff.
11+
एक आईडीई परियोजना को लोड करता है (जो कई फाइलें हो सकती हैं), फाइलों के बीच नेविगेशन की अनुमति देता है, पूरे प्रोजेक्ट के आधार पर स्वत: पूर्णता प्रदान करता है (न केवल खुली फाइल), और एक संस्करण प्रबंधन प्रणाली (जैसे [git] (https://git-scm.com) के साथ एकीकृत करता है, एक परीक्षण वातावरण, और अन्य "प्रोजेक्ट-स्तर" सामान।
1212

13-
If you haven't selected an IDE yet, consider the following options:
13+
यदि आपने अभी तक आईडीई का चयन नहीं किया है, तो निम्नलिखित विकल्पों पर विचार करें:
1414

15-
- [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, free).
16-
- [WebStorm](http://www.jetbrains.com/webstorm/) (cross-platform, paid).
15+
- [विजुअल स्टूडियो कोड] (https://code.visualstudio.com/) (क्रॉस-प्लेटफॉर्म, निशुल्क)।
16+
- [WebStorm] (http://www.jetbrains.com/webstorm/) (क्रॉस-प्लेटफ़ॉर्म, सशुल्क)।
1717

18-
For Windows, there's also "Visual Studio", not to be confused with "Visual Studio Code". "Visual Studio" is a paid and mighty Windows-only editor, well-suited for the .NET platform. It's also good at JavaScript. There's also a free version [Visual Studio Community](https://www.visualstudio.com/vs/community/).
18+
विंडोज के लिए, "विज़ुअल स्टूडियो" भी है, जो "विज़ुअल स्टूडियो कोड" के समान नहीं है। "विज़ुअल स्टूडियो" एक सशुल्क और शक्तिशाली विंडोज-केवल एडिटर है, जो .NET प्लेटफॉर्म के लिए अनुकूल है। यह जावास्क्रिप्ट में भी अच्छा है। एक मुक्त संस्करण [विजुअल स्टूडियो कम्युनिटी] (https://www.visualstudio.com/vs/community/) भी है।
1919

20-
Many IDEs are paid, but have a trial period. Their cost is usually negligible compared to a qualified developer's salary, so just choose the best one for you.
20+
कई आईडीई का भुगतान किया जाता है, लेकिन परीक्षण अवधि होती है। उनकी लागत आमतौर पर एक योग्य डेवलपर के वेतन की तुलना में नगण्य है, इसलिए बस अपने आप के लिए सबसे अच्छा एक का चयन करें।
2121

22-
## Lightweight editors
22+
## हल्के एडिटर
2323

24-
"Lightweight editors" are not as powerful as IDEs, but they're fast, elegant and simple.
24+
"लाइटवेट एडिटर्स" आईडीई की तरह शक्तिशाली नहीं हैं, लेकिन वे तेज, सुरुचिपूर्ण और सरल हैं।
2525

26-
They are mainly used to open and edit a file instantly.
26+
वे मुख्य रूप से किसी फ़ाइल को तुरंत खोलने और संपादित करने के लिए उपयोग किए जाते हैं।
2727

28-
The main difference between a "lightweight editor" and an "IDE" is that an IDE works on a project-level, so it loads much more data on start, analyzes the project structure if needed and so on. A lightweight editor is much faster if we need only one file.
28+
एक "हल्के एडिटर" और "आईडीई" के बीच मुख्य अंतर यह है कि एक आईडीई प्रोजेक्ट-स्तर पर काम करता है, इसलिए यह शुरुआत में बहुत अधिक डेटा लोड करता है, यदि आवश्यक हो तो प्रोजेक्ट संरचना का विश्लेषण करता है। यदि हमें केवल एक फ़ाइल की आवश्यकता है तो एक हल्का एडिटर बहुत तेज़ है।
2929

30-
In practice, lightweight editors may have a lot of plugins including directory-level syntax analyzers and autocompleters, so there's no strict border between a lightweight editor and an IDE.
30+
व्यवहार में, हल्के एडिटरों में बहुत सारे प्लग-इन हो सकते हैं जिनमें डायरेक्टरी-लेवल सिंटैक्स एनालाइज़र और ऑटोकंप्लर्स शामिल हैं, इसलिए हल्के एडिटर और आईडीई के बीच कोई सख्त सीमा नहीं है।
3131

32-
The following options deserve your attention:
32+
निम्नलिखित विकल्प आपके ध्यान देने योग्य हैं:
3333

34-
- [Atom](https://atom.io/) (cross-platform, free).
35-
- [Visual Studio Code](https://code.visualstudio.com/) (cross-platform, free).
36-
- [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware).
37-
- [Notepad++](https://notepad-plus-plus.org/) (Windows, free).
38-
- [Vim](http://www.vim.org/) and [Emacs](https://www.gnu.org/software/emacs/) are also cool if you know how to use them.
34+
- [एटम] (https://atom.io/) (क्रॉस-प्लेटफॉर्म, निशुल्करी)।
35+
- [विजुअल स्टूडियो कोड] (https://code.visualstudio.com/) (क्रॉस-प्लेटफॉर्म, निशुल्कत)।
36+
- [उदात्त पाठ] (http://www.sublimetext.com) (क्रॉस-प्लेटफ़ॉर्म, शेयरवेयर)।
37+
- [नोटपैड] (https://notepad-plus-plus.org/) (विंडोज,निशुल्क)।
38+
- [Vim] (http://www.vim.org/) और [Emacs] (https://www.gnu.org/software/emacs/) भी अच्छे हैं यदि आप जानते हैं कि उनका उपयोग कैसे करना है।
3939

40-
## Let's not argue
40+
## चलो बहस नहीं करते
4141

42-
The editors in the lists above are those that either I or my friends whom I consider good developers have been using for a long time and are happy with.
42+
उपरोक्त सूचियों में एडिटर वे हैं जो या तो मैं या मेरे दोस्त जिन्हें मैं अच्छा डेवलपर मानता हूं, लंबे समय से उपयोग कर रहे हैं और इससे खुश हैं।
4343

44-
There are other great editors in our big world. Please choose the one you like the most.
44+
हमारी दुनिया में कई अन्य अच्छे एडिटर हैं। कृपया वह चुनें जिसे आप सबसे अधिक पसंद करते हैं।
4545

46-
The choice of an editor, like any other tool, is individual and depends on your projects, habits, and personal preferences.
46+
किसी भी अन्य उपकरण की तरह एक एडिटर की पसंद, व्यक्तिगत है और आपकी परियोजनाओं, आदतों और व्यक्तिगत प्राथमिकताओं पर निर्भर करता है।

0 commit comments

Comments
 (0)