glossary.md: add SSR

This commit is contained in:
Yann Cébron 2022-05-03 14:51:30 +02:00
parent de3943ea28
commit 9139185ee4

View File

@ -76,8 +76,11 @@ Run Configuration _(RC)_
## S
Structural Search and Replace _(SSR)_
: Allows searching and replacing code by defining the structure of the searched code fragments, see [](plugin_alternatives.md#structural-search-and-replace-inspections).
Stubs
: A subset of a → _Program Structure Interface_ tree in a binary serialized compact format, see [Stub Indexes](stub_indexes.md).
: A subset of a → _Program Structure Interface_ tree in a binary serialized compact format, see [](stub_indexes.md).
Symbol
: A semantic element in some model, e.g., language or framework model, see [](symbols.md).