You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/cds-editors.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -346,14 +346,6 @@ Keeps track of the active editor in focus. Only changes there are immediately va
346
346
The *ActiveEditorOnly* mode is especially useful in situations when navigating through a large model, that is, having multiple files open (even if they are not shown as tabs)
347
347
and editing a file that the others directly or indirectly depend on.
348
348
349
-
::: warning Large models can lead to **high CPU and memory load**
350
-
If switched to *OpenEditorsAndDirectSources*, all model files on every change, for example typed character, are recompiled.
351
-
352
-
If switched to _OpenEditorsOnly_, all open files, for example split tabs, are recompiled.
353
-
354
-
The high resource consumption might impact the editor's responsiveness.
@@ -406,7 +398,7 @@ You want to create a preview of a specific _.cds_ file in your project. You can
406
398
407
399
##### Visualize CDS file dependencies
408
400
409
-
Use the command from the context menu on a folder or CDS file.
401
+
Use the command from the context menu on a folder or CDS file, or from within the popup when hovering over an _import_ path at the end of a _using_ statement.
410
402
411
403
A selection popup appears to choose one of three modes:
412
404
@@ -446,7 +438,7 @@ Until a further change, reference calculation is reasonably fast.
446
438
- Changing settings in _CDS_ section will currently perform a complete workspace invalidation, that is, required indexes will lead to recompilations on demand as described above.
447
439
- Changing certain `cds.env` settings, for example folder configurations, will invalidate the workspace as well.
0 commit comments