That’s concerning - Cursor seems to be reading my YAML file content even though tab completion should be disabled for YAML files.
For example, after I modified application.yaml and tried to add @Value()
in my code, hitting @V
Cursor somehow predicted the exact configuration I had just added.
This makes me wonder if Cursor is actually monitoring YAML files when it shouldn’t be.