Commit 0ace5e7
committed
U929-027: Various completion provider enhancement.
- don't trigger completion when inside a string literal
- add "," as a trigger character to automatically
have "completion parameter" when writing.
- automatically add a whitespace when adding a parameter after
a ","
Adapt the tests.1 parent 7e41b50 commit 0ace5e7
File tree
103 files changed
+125
-16
lines changed- source/ada
- testsuite/ada_lsp
- C825-005.xrefs.extending
- D301-004.xrefs.generics
- D803-003.xrefs.generics_go_to_body
- F131-024.xrefs.separate_body
- F222-029.xrefs.prefixed_notation
- G323-009.tooltips.function_prototype
- JB24-033.xrefs.no_refs_for_non_loaded_projects
- O208-003.xrefs.aggregate_library_projects
- P107-003.refactoring.underscores
- P429-023.refactoring.rename_clauses
- QB01-002.xrefs.non_ascii_documentation
- S314-015.refactor_change_parameter_mode_0
- S314-015.refactor_move_parameter_0
- S314-015.refactor_remove_parameter_0
- S820-016.called_by.entry
- SA11-040.definition.fallback
- SA22-029.rename_in_comments
- SA22-032.folding
- SA24-055.called_by_on_abstract
- SB14-027.references.tagged_access_kind
- SB14-037.references.access_kind
- SB21-042.tooltips.aspects
- SC16-095.fallback_when_no_body
- SC28-001.named.parameters.0
- T123-048.incremental_editing
- T709-018.is_called_by.name_collision
- T723-027.signatureHelp.nested
- T723-027.signatureHelp.overloaded
- T723-027.signatureHelp.simple
- T826-026.search
- T923-019.project_reload.gnatpp
- TB12-017.named.parameters.0
- TB12-017.named.parameters.1
- TB12-017.named.parameters.2
- U121-013.enum_references
- U416-030.refactor_change_parameter_mode_0
- U416-030.refactor_remove_parameter_0
- U429-030.signatureHelp.dot_call
- U511-009.refactoring.import_with_use
- U614-038.edits.no_project
- U721-012.signatureHelp.null_expr_funcs
- U805-023.signatureHelp.context
- U805-023.signatureHelp.designators
- U910-043.client_capabilities.optional
- U913-028.completion.params
- U915-024.completion.invisible_snippets
- U921-010.completion.no_generic_duplicates
- aggregate.is_called_by
- aggregate.references_after_update
- aggregate.simple
- callHierarchy.abstract_subps
- called_by.null_subp
- called_by.renames
- called_by_dispatching
- called_by_not_open
- called_by
- callgraph.named_blocks
- calls
- completion.aggregates.derived_types
- completion.aggregates.simple
- completion.complex_renames
- completion.defining_names
- completion.end_labels
- completion.invisible.runtime
- completion.invisible2
- completion.invisible3
- completion.invisible4
- completion.invisible5
- completion.invisible
- completion.keywords
- completion.lazy_computation
- completion.no_snippet_for_params
- completion.num_literals
- completion.subp_parameters
- completion.subp_params_dotted_names
- declaration.overridings_on_usage
- definition_and_overridings
- definition_parents
- document_highlight
- editor.incremental
- find_all_refs_child_package
- find_all_refs_subp
- hover.for_loops
- implementation.aggregates
- implementation.overridings
- implementation
- incorrect_fallback
- indexing_progress
- invalidation.file_contents
- named_params.dot_calls
- preprocessor
- refactor_imports_commands
- references.child
- rename.not_up_to_date
- rename.primitive_parameters
- rename.tagged_type_primitives
- show_dependencies.aggregate
- show_dependencies
- type_definition.aggregate
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
103 files changed
+125
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| 84 | + | |
| 85 | + | |
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
| |||
119 | 124 | | |
120 | 125 | | |
121 | 126 | | |
122 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
123 | 130 | | |
124 | 131 | | |
125 | 132 | | |
| |||
139 | 146 | | |
140 | 147 | | |
141 | 148 | | |
142 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
143 | 152 | | |
144 | 153 | | |
145 | 154 | | |
| |||
156 | 165 | | |
157 | 166 | | |
158 | 167 | | |
159 | | - | |
| 168 | + | |
| 169 | + | |
160 | 170 | | |
161 | 171 | | |
162 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2227 | 2227 | | |
2228 | 2228 | | |
2229 | 2229 | | |
| 2230 | + | |
| 2231 | + | |
| 2232 | + | |
| 2233 | + | |
| 2234 | + | |
2230 | 2235 | | |
2231 | 2236 | | |
2232 | 2237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | | - | |
| 725 | + | |
| 726 | + | |
726 | 727 | | |
727 | 728 | | |
728 | 729 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments