Is there a way to determine what syntax parser is being used at the current cursor location?
For example, I want to know if the editor thinks that it's in PHP code where the cursor is, so that I can "scan" for some nearby PHP functions.
If this is not possible then can it be added in the next update? Maybe return what syntax scheme is being used where the current cursor position is (where the user is currently editing)?
Thank you.
Comments