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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
i think that the intelliSense in vscode should be "focused" on the built-in functions used by the arduino users and not in all the functions which are hidden by the core
example:
i guess that no one ever used that stuff, the common user is interested only in pinMode
This issue has been automatically marked as stale and closed because it has not had recent activity. Please feel free to open a new issue if you would like further discussion. Thank you for your contributions.
hello,
as wikipedia says the aim of intelliSense is to
i think that the intelliSense in vscode should be "focused" on the built-in functions used by the arduino users and not in all the functions which are hidden by the core
example:

i guess that no one ever used that stuff, the common user is interested only in pinMode
it doesn't even suggest delay
same for the serial, where is "begin"?
many and many other examples could be made
the point is that the arduino's user uses arduino not to use the function inside the core but only the built-in which can be found in Arduino.h
https://github.com/arduino/ArduinoCore-avr/blob/master/cores/arduino/Arduino.h
also the libraries inside the core shouldn't been suggested, the only suggested should be the libraries inside the workspace and the one from the core (https://github.com/arduino/ArduinoCore-avr/tree/master/libraries)
i don't know if this is possible/easy but this would be another great improvements
The text was updated successfully, but these errors were encountered: