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
Is your feature request related to a problem? Please describe.
I write a bit of Cmex and level 2 s functions in C, and it is quite annoying to not have proper function signatures and such for the C lsp. I think I can add these paths manually, but I wonder if it could be done automatically by this extension.
Describe the solution you'd like
Add available matlab C/C++ headers to search path, maybe based on the configured matlab path?
Describe alternatives you've considered
Manually extracting the path variable from matlab, formatting that and adding it to the search path maybe via the .vscode/settings.json file
The text was updated successfully, but these errors were encountered:
Hi @SpieringsAE, thanks for the request! To help better understand this, can you add reproduction steps as well as details about what behavior you are seeing and what behavior you would expect?
Is your feature request related to a problem? Please describe.
I write a bit of Cmex and level 2 s functions in C, and it is quite annoying to not have proper function signatures and such for the C lsp. I think I can add these paths manually, but I wonder if it could be done automatically by this extension.
Describe the solution you'd like
Add available matlab C/C++ headers to search path, maybe based on the configured matlab path?
Describe alternatives you've considered
Manually extracting the path variable from matlab, formatting that and adding it to the search path maybe via the .vscode/settings.json file
The text was updated successfully, but these errors were encountered: