Commit 4d71bcf
authored
Fix completions for methods starting with
### Fixes #15104
### Description
The current regex pattern only matches attribute access where the
attribute name starts with a letter ([a-zA-Z]). This PR modifies the
pattern to handle attributes starting with `_` too._ (#15106)2 files changed
Lines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2608 | 2608 | | |
2609 | 2609 | | |
2610 | 2610 | | |
2611 | | - | |
2612 | | - | |
| 2611 | + | |
| 2612 | + | |
2613 | 2613 | | |
2614 | 2614 | | |
2615 | 2615 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2068 | 2068 | | |
2069 | 2069 | | |
2070 | 2070 | | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
| 2074 | + | |
| 2075 | + | |
| 2076 | + | |
| 2077 | + | |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
| 2081 | + | |
| 2082 | + | |
| 2083 | + | |
| 2084 | + | |
| 2085 | + | |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
2071 | 2092 | | |
2072 | 2093 | | |
2073 | 2094 | | |
| |||
2739 | 2760 | | |
2740 | 2761 | | |
2741 | 2762 | | |
| 2763 | + | |
| 2764 | + | |
2742 | 2765 | | |
2743 | 2766 | | |
2744 | 2767 | | |
| |||
0 commit comments