-
Notifications
You must be signed in to change notification settings - Fork 134
Description
Describe the bug
When a '.' character is entered after a pointer variable, the trigger to replace '.' with '->' characters for pointer fields does not seem to work. I have this setting enabled in de preferences (default setting anyway).
my environment is:
Espressif-IDE is an Integrated Development Environment(IDE) based on Eclipse CDT for developing IoT Applications using ESP-IDF framework.
Version: 3.7.1
Build id: 20251208-0956
OS: Linux, v.6.14.0-36-generic, x86_64 / gtk 3.24.41, WebKit 2.50.1
Java vendor: Eclipse Adoptium
Java runtime version: 21.0.6+7-LTS
Java version: 21.0.6
To Reproduce
Steps to reproduce the behavior:
- Reference a pointer somewhere in your code
- add '.' to trigger the automatic replacement to '->'
- No automatic replacement happening
Expected behavior
I expected to have the '.' swapped with '->' characters and then trigger the auto complete box for this variable
Screenshots
Bug Report
Please attach the bug report zip file generated. The file is generated in the workspace root directory.
Espressif > Generate Bug Report