Skip to content

Commit b0353d0

Browse files
committed
Shorten Twig integration names
1 parent 464104a commit b0353d0

2 files changed

Lines changed: 41 additions & 27 deletions

File tree

docs/features/index.rst

Lines changed: 38 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,6 @@ Supported Integrations
4848
- No
4949
- No
5050
- Yes
51-
* - `Twig template names`_
52-
- Yes
53-
- Yes
54-
- Yes
55-
- Yes
56-
- No
57-
- Yes
58-
* - `Twig functions and filters`_
59-
- Yes
60-
- Yes
61-
- Yes
62-
- Yes
63-
- No
64-
- Yes
65-
* - `PHP constants and enums in Twig`_
66-
- Yes
67-
- Yes
68-
- Yes
69-
- Yes
70-
- No
71-
- No
7251
* - `Translations`_
7352
- Yes
7453
- Yes
@@ -144,6 +123,41 @@ Messenger message and handler classes, event and listener classes, Stimulus
144123
controllers and Doctrine entity and repository classes also provide code lenses
145124
for navigating between related declarations.
146125

126+
Twig
127+
~~~~
128+
129+
.. list-table::
130+
:header-rows: 1
131+
132+
* - Integration
133+
- Completion
134+
- Hover
135+
- Definition
136+
- References
137+
- Rename
138+
- Diagnostics
139+
* - `Template names`_
140+
- Yes
141+
- Yes
142+
- Yes
143+
- Yes
144+
- No
145+
- Yes
146+
* - `Functions and filters`_
147+
- Yes
148+
- Yes
149+
- Yes
150+
- Yes
151+
- No
152+
- Yes
153+
* - `PHP constants and enums`_
154+
- Yes
155+
- Yes
156+
- Yes
157+
- Yes
158+
- No
159+
- No
160+
147161
Workspace Trust
148162
---------------
149163

@@ -226,9 +240,9 @@ If a runtime-backed feature returns no results, verify that:
226240
.. _`Routing`: routing.rst
227241
.. _`Dependency injection`: dependency-injection.rst
228242
.. _`Console commands`: console.rst
229-
.. _`Twig template names`: templates.rst
230-
.. _`Twig functions and filters`: twig-callables.rst
231-
.. _`PHP constants and enums in Twig`: twig-constants-enums.rst
243+
.. _`Template names`: templates.rst
244+
.. _`Functions and filters`: twig-callables.rst
245+
.. _`PHP constants and enums`: twig-constants-enums.rst
232246
.. _`Translations`: translations.rst
233247
.. _`Environment variables`: environment.rst
234248
.. _`Bundle configuration`: configuration.rst

editor/vscode/MARKETPLACE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ It complements your PHP language server; keep it enabled.
6767

6868
| Integration | Completion | Hover | Definition | References | Rename | Diagnostics |
6969
| --- | :-: | :-: | :-: | :-: | :-: | :-: |
70-
| Twig template names ||||| · ||
71-
| Twig functions and filters ||||| · ||
72-
| PHP constants and enums in Twig ||||| · | · |
70+
| Template names ||||| · ||
71+
| Functions and filters ||||| · ||
72+
| PHP constants and enums ||||| · | · |
7373

7474
A dot marks an intentionally unsupported combination. Document links, quick
7575
fixes and code lenses are covered in the

0 commit comments

Comments
 (0)