Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > de.comp.lang.javascript > #4905

Programmierung mit Atom (was: OT: Editor)

From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Newsgroups de.comp.lang.javascript, de.comp.lang.misc
Subject Programmierung mit Atom (was: OT: Editor)
Followup-To de.comp.lang.misc
Date 2017-09-11 19:05 +0200
Organization PointedEars Software (PES)
Message-ID <3302430.9zqblIg2BX@PointedEars.de> (permalink)
References (9 earlier) <oj3grt$rqo$1@news.albasani.net> <6143303.18pcnM708K@PointedEars.de> <oj4tpe$su2$1@news.albasani.net> <oj50u0$lq5$1@news.albasani.net> <2823407.vfdyTQepKt@PointedEars.de>

Cross-posted to 2 groups.

Followups directed to: de.comp.lang.misc

Show all headers | View raw


[Supersedes wegen X-Post & F’up2 <news:de.comp.lang.misc>]

Thomas 'Ingrid' Lahn wrote:

> Jan Novak wrote:
>> Am 30.06.2017 um 09:14 schrieb Jan Novak:
>>> Am 30.06.2017 um 01:51 schrieb Thomas 'PointedEars' Lahn:
>>>> Jan Novak wrote:
>>>>> Am 28.06.2017 um 19:30 schrieb Thomas 'PointedEars' Lahn:
>>>>>> <https://atom.io> rulez, für u. a. JS/ES und PHP.
>>>>> Ich habe es nach 2 Stunden rumprobieren nicht hinbekommen, dass der
>>>>> Editore bei einem STRG + Click zur Funktion/definition springt. ist
>>>>> das in atom nicht möglich?
>>>>
>>>> Funktioniert bei mir.
> […]
> Ich weiss nicht genau, welche Pakete bei mir dafür sorgen, dass es
> dateiübergreifend in JS/ES und PHP funktioniert, aber für JS/ES empfehle
> ich, Nuclide (von Facebook) als Atom-Paket zu installieren, das noch viel
> mehr kann (jedoch ist Nuclide sehr an der Entwicklung bei Facebook
> ausgerichtet; man sollte die Nuclide-Module, die man nicht braucht,
> nachträglich deaktivieren).  hyperclick ist inzwischen eine Komponente von
> Nuclide, es wäre also möglich, dass Nuclide die Funktionalität
> bereitstellt.

Durch die Diskussion in <news:de.comp.lang.php> hat sich ergeben:

Zuständig dafür ist bei mir das Paket

  goto-definition.

Dieses unterstützt mehrere Sprachen – “JavaScript (ES6 && JSX), TypeScript, 
CoffeeScript, Python, Ruby, PHP, Hack, Perl, KRL, Erb, Haml, C/C++, Puppet, 
ASP, Shell” – und führt dafür eine intelligente Volltextsuche im Projekt 
durch (benötigt also keine Indizierung); gemäss README ist sie sogar noch 
schneller, wenn man das Tool “ripgrep” installiert und den experimentellen 
“Performance Mode” des Pakets aktiviert.  Wenn man das Paket “hyperclick” 
installiert hat, dann funktioniert diese Suche auch per Cmd/Ctrl+Klick.

-- 
PointedEars
FAQ: <http://PointedEars.de/faq> | <http://PointedEars.de/es-matrix>
<https://github.com/PointedEars> | <http://PointedEars.de/wsvn/>
Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.

Back to de.comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Warum funktioniert das nicht (Variable aus DB> JS) Jan Novak <bforpc@yahoo.de> - 2017-06-26 15:07 +0200
  Re: Warum funktioniert das nicht (Variable aus DB> JS) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-06-26 15:11 +0200
    Re: Warum funktioniert das nicht (Variable aus DB> JS) "Christoph M. Becker" <cmbecker69@arcor.de> - 2017-06-26 15:26 +0200
      Re: Warum funktioniert das nicht (Variable aus DB> JS) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-06-26 15:32 +0200
        Re: Warum funktioniert das nicht (Variable aus DB> JS) "Christoph M. Becker" <cmbecker69@arcor.de> - 2017-06-26 15:52 +0200
          Re: Warum funktioniert das nicht (Variable aus DB> JS) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-06-27 07:07 +0200
          Re: Warum funktioniert das nicht (Variable aus DB> JS) Jan Novak <repcom@gmail.com> - 2017-06-27 14:54 +0200
            Re: Warum funktioniert das nicht (Variable aus DB> JS) "Christoph M. Becker" <cmbecker69@arcor.de> - 2017-06-27 15:54 +0200
              Re: Warum funktioniert das nicht (Variable aus DB> JS) Jan Novak <repcom@gmail.com> - 2017-06-27 19:35 +0200
                Re: Warum funktioniert das nicht (Variable aus DB> JS) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-06-28 19:30 +0200
                Re: Warum funktioniert das nicht (Variable aus DB> JS) Jan Novak <repcom@gmail.com> - 2017-06-29 17:20 +0200
                OT: Editor (war: Warum funktioniert das nicht (Variable aus DB> JS)) Jan Novak <repcom@gmail.com> - 2017-06-29 20:28 +0200
                Re: OT: Editor Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-06-30 01:51 +0200
                Re: OT: Editor Jan Novak <repcom@gmail.com> - 2017-06-30 09:14 +0200
                Re: OT: Editor Jan Novak <repcom@gmail.com> - 2017-06-30 10:08 +0200
                Re: OT: Editor Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-06-30 16:51 +0200
                Programmierung mit Atom (was: OT: Editor) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-09-11 19:05 +0200
  Re: Warum funktioniert das nicht (Variable aus DB> JS) Gerome Muent <kontakt@bmservices.de> - 2017-06-27 09:13 +0200
    Re: Warum funktioniert das nicht (Variable aus DB> JS) Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-06-27 11:30 +0200

csiph-web