Eugeny/tabby-clickable-links

Customize link handlers

Open

#42 geöffnet am 1. Juni 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (8 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (39 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I want a file to open in my IDE at the right position, for instance if I click the file part of this error message:

[error] /home/naftoli/repositories/gitlab.com/chesednow/disp/request_js/src/main/scala/chesednow/requests/sjs/editors/SubfieldEditors.scala:31:16: incompatible type in overriding

I should be able to configure it to run idea --line 31 --column 16 /home/naftoli/repositories/gitlab.com/chesednow/disp/request_js/src/main/scala/chesednow/requests/sjs/editors/SubfieldEditors.scala.

This is possible in Tilix. You can specify any regex with any number of capturing groups.

At a minimum though I should be able to specify to run the file with idea or whatever, finding the line usually the easy part.

Contributor Guide