CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 21:56:44 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/DynamoDS/Dynamo.git
etag: W/"86c63db6c25fbd5fb88d4d927b38553d"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=HZofanzn2kNMPnWHY4en0S6N6HBuwCZu89I9EJhK5B2LaABf3WDzGR80PKkEiFuh6o5Tm09ZafwfIVZbD3n32F7IWewcbGu7fgLoS2YEHuC7IhpEcXtCCDrYJVu%2B6yfBSgjbRN4NJ7pkaJTe0mBW%2FROpBb86Bc4Sm4rb15VtI%2F%2FdqQyWcwR3NOE0rv7Sszz6H7klHdR65Zleb1uf57nQEd5md9QnWjw9tF6IXrZj1E%2BP%2FQzLEgAOOFLBqXyvNEsoHApXv6jEBqMm5sW4h34xOA%3D%3D--fs0JEGwpkI81kVbt--zYAbTliDa47nN%2BJj84XcAQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.370579624.1753653404; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 21:56:44 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 21:56:44 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B6FE:1A1F38:11E58CC:17836EB:6886A09C
Introduce NodeAutoComplete Feature (#11120) · DynamoDS/Dynamo@672f94f · GitHub
Copy file name to clipboardExpand all lines: src/DynamoCore/Configuration/PreferenceSettings.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Graph/Nodes/PortModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Search/SearchElements/NodeSearchElement.cs
Copy file name to clipboardExpand all lines: src/DynamoCoreWpf/Commands/PortCommands.cs
Copy file name to clipboardExpand all lines: src/DynamoCoreWpf/Commands/WorkspaceCommands.cs
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit 672f94f
Introduce NodeAutoComplete Feature (#11120)
* Initial Commit of NodeAutoComplete MVP
* Clean Up
* Fix a bug that left over search term was kept for next trigger
* Changed to use alt + mouse left key down and change cursor to adapt to connection mode
* Fix the in canvas node auto complete glitching issue with a click suppress
* Comments
* preference setting test
* Add test
* New Node AutoComplete
* Comments
* Comments
* Use node suggestion API in node autocomplete UI (#11132)
* update code comment
* add APIs to return matching nodes for input ports
* revert temporary changes made for testing
* cleanup
* merge api with UI
* revert unwanted changes
* Add null-check (#11144)
* add null-check
* Clean Up
* Moving GetMatchingNodes API to search view model (#11146)
* Moving GetMatchingNodes API to search view model
* Clean Up
* Comments
* Create a dedicated test file to prepare for more unit tests
* Comments
* Comments
* Comments
* Comments
Co-authored-by: aparajit-pratap <aparajit.pratap@autodesk.com>1 parent 58eb51a commit 672f94fCopy full SHA for 672f94f
File tree
Expand file treeCollapse file tree
32 files changed
+1166
-74
lines changedFilter options
- src
- DynamoCoreWpf
- Commands
- Controls
- Properties
- ViewModels
- Core
- Search
- Views/Core
- DynamoCore
- Configuration
- Graph/Nodes
- Search/SearchElements
- Libraries
- CoreNodeModels
- CoreNodes
- DesignScriptBuiltin
- test
- DynamoCoreTests/Configuration
- DynamoCoreWpfTests
- UI
Expand file treeCollapse file tree
32 files changed
+1166
-74
lines changedsrc/DynamoCore/Configuration/PreferenceSettings.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Configuration/PreferenceSettings.cs+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
336 | 341 |
| |
337 | 342 |
| |
338 | 343 |
| |
| |||
408 | 413 |
| |
409 | 414 |
| |
410 | 415 |
| |
| 416 | + | |
411 | 417 |
| |
412 | 418 |
| |
413 | 419 |
| |
|
src/DynamoCore/Graph/Nodes/PortModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Graph/Nodes/PortModel.cs+52Lines changed: 52 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
| 8 | + | |
7 | 9 |
| |
| 10 | + | |
8 | 11 |
| |
9 | 12 |
| |
10 | 13 |
| |
| |||
386 | 389 |
| |
387 | 390 |
| |
388 | 391 |
| |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
389 | 441 |
| |
390 | 442 |
| |
391 | 443 |
| |
|
src/DynamoCore/Search/SearchElements/NodeSearchElement.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Search/SearchElements/NodeSearchElement.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
|
src/DynamoCoreWpf/Commands/PortCommands.cs
Copy file name to clipboardExpand all lines: src/DynamoCoreWpf/Commands/PortCommands.cs+19-4Lines changed: 19 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 |
| - | |
19 |
| - | |
| 19 | + | |
| 20 | + | |
20 | 21 |
| |
21 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
22 | 37 |
| |
23 | 38 |
| |
24 | 39 |
| |
|
src/DynamoCoreWpf/Commands/WorkspaceCommands.cs
Copy file name to clipboardExpand all lines: src/DynamoCoreWpf/Commands/WorkspaceCommands.cs+53-57Lines changed: 53 additions & 57 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
32 | 29 |
| |
33 | 30 |
| |
34 | 31 |
| |
| |||
43 | 40 |
| |
44 | 41 |
| |
45 | 42 |
| |
46 |
| - | |
| 43 | + | |
47 | 44 |
| |
48 | 45 |
| |
49 | 46 |
| |
50 | 47 |
| |
51 | 48 |
| |
52 | 49 |
| |
53 | 50 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
57 | 54 |
| |
58 | 55 |
| |
59 | 56 |
| |
60 | 57 |
| |
61 | 58 |
| |
62 | 59 |
| |
63 | 60 |
| |
64 |
| - | |
65 |
| - | |
| 61 | + | |
| 62 | + | |
66 | 63 |
| |
67 | 64 |
| |
68 | 65 |
| |
| |||
86 | 83 |
| |
87 | 84 |
| |
88 | 85 |
| |
89 |
| - | |
90 |
| - | |
| 86 | + | |
| 87 | + | |
91 | 88 |
| |
92 |
| - | |
| 89 | + | |
93 | 90 |
| |
94 | 91 |
| |
95 | 92 |
| |
| |||
98 | 95 |
| |
99 | 96 |
| |
100 | 97 |
| |
101 |
| - | |
102 |
| - | |
| 98 | + | |
| 99 | + | |
103 | 100 |
| |
104 |
| - | |
| 101 | + | |
105 | 102 |
| |
106 | 103 |
| |
107 | 104 |
| |
| |||
110 | 107 |
| |
111 | 108 |
| |
112 | 109 |
| |
113 |
| - | |
114 |
| - | |
| 110 | + | |
| 111 | + | |
115 | 112 |
| |
116 |
| - | |
| 113 | + | |
117 | 114 |
| |
118 | 115 |
| |
119 | 116 |
| |
| |||
122 | 119 |
| |
123 | 120 |
| |
124 | 121 |
| |
125 |
| - | |
126 |
| - | |
127 |
| - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
128 | 125 |
| |
129 | 126 |
| |
130 | 127 |
| |
| |||
133 | 130 |
| |
134 | 131 |
| |
135 | 132 |
| |
136 |
| - | |
137 |
| - | |
138 |
| - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
139 | 136 |
| |
140 | 137 |
| |
141 | 138 |
| |
| |||
144 | 141 |
| |
145 | 142 |
| |
146 | 143 |
| |
147 |
| - | |
148 |
| - | |
| 144 | + | |
| 145 | + | |
149 | 146 |
| |
150 |
| - | |
| 147 | + | |
151 | 148 |
| |
152 | 149 |
| |
153 | 150 |
| |
| |||
156 | 153 |
| |
157 | 154 |
| |
158 | 155 |
| |
159 |
| - | |
160 |
| - | |
| 156 | + | |
| 157 | + | |
161 | 158 |
| |
162 |
| - | |
| 159 | + | |
163 | 160 |
| |
164 | 161 |
| |
165 | 162 |
| |
| |||
168 | 165 |
| |
169 | 166 |
| |
170 | 167 |
| |
171 |
| - | |
| 168 | + | |
172 | 169 |
| |
173 |
| - | |
| 170 | + | |
174 | 171 |
| |
175 | 172 |
| |
176 | 173 |
| |
177 |
| - | |
| 174 | + | |
178 | 175 |
| |
179 | 176 |
| |
180 | 177 |
| |
| |||
183 | 180 |
| |
184 | 181 |
| |
185 | 182 |
| |
186 |
| - | |
187 |
| - | |
| 183 | + | |
| 184 | + | |
188 | 185 |
| |
189 |
| - | |
| 186 | + | |
190 | 187 |
| |
191 | 188 |
| |
192 | 189 |
| |
| |||
195 | 192 |
| |
196 | 193 |
| |
197 | 194 |
| |
198 |
| - | |
| 195 | + | |
199 | 196 |
| |
200 |
| - | |
| 197 | + | |
201 | 198 |
| |
202 | 199 |
| |
203 | 200 |
| |
204 |
| - | |
| 201 | + | |
205 | 202 |
| |
206 | 203 |
| |
207 | 204 |
| |
| |||
211 | 208 |
| |
212 | 209 |
| |
213 | 210 |
| |
214 |
| - | |
215 |
| - | |
| 211 | + | |
| 212 | + | |
216 | 213 |
| |
217 |
| - | |
| 214 | + | |
218 | 215 |
| |
219 | 216 |
| |
220 |
| - | |
221 | 217 |
| |
222 | 218 |
| |
223 | 219 |
| |
|
You can’t perform that action at this time.
0 commit comments