Войти в систему

Home
    - Создать дневник
    - Написать в дневник
       - Подробный режим

LJ.Rossia.org
    - Новости сайта
    - Общие настройки
    - Sitemap
    - Оплата
    - ljr-fif

Редактировать...
    - Настройки
    - Список друзей
    - Дневник
    - Картинки
    - Пароль
    - Вид дневника

Сообщества

Настроить S2

Помощь
    - Забыли пароль?
    - FAQ
    - Тех. поддержка



Пишет LWN.net ([info]syn_lwnheadline)
@ 2020-08-17 20:37:00


Previous Entry  Add to memories!  Tell a Friend!  Next Entry
[$] Searching code with Sourcegraph
Sourcegraph is a tool for
searching and navigating around large code bases.
The tool has various search
methods, including regular-expression search, and "structural search",
which is
a relatively new technique that is language-aware.
The open-source core of
the tool comes
with code search, go-to-definition and other "code
intelligence
" features, which provide ways for developers to make
sense of multi-repository code bases. Sourcegraph's code-searching tools
can show documentation for
functions and methods on mouse hover and allow developers to
quickly jump to definitions or to find all references to a particular
identifier.


(Читать комментарии) (Добавить комментарий)