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
hello, I don't know if this request belongs here or this is beyond the scope of what this mode is capable of
I'm currently writing a generic expression for C# so imenu can recognize namespaces, classes, functions and variables.
I was thinking that it could be awesome to add an extra column to display the value of the variable if it is defined like so:
and if we are feeling happy about columns maybe even go further like:
This can all be done without changing too much the definitions i.e. ("Variables" "\\(\\sw+\\) = \\(\\sw+\\)" 1 2)
where you can define what goes on what column by group number.
The text was updated successfully, but these errors were encountered:
*currently it detects "using" imports as variables. I haven't done much work with it yet so there may be some more exceptions I don't know. I'll try to keep this updated.
hello, I don't know if this request belongs here or this is beyond the scope of what this mode is capable of
I'm currently writing a generic expression for C# so imenu can recognize namespaces, classes, functions and variables.
![image](https://user-images.githubusercontent.com/14064394/149422308-09e837be-ed80-48fd-aa0b-aec1e0ade66d.png)
![image](https://user-images.githubusercontent.com/14064394/149422507-9642c8b8-9cc2-4307-9db2-666e6d5c713d.png)
![image](https://user-images.githubusercontent.com/14064394/149422639-8d2868b4-f93c-46d3-8092-871008805a74.png)
I was thinking that it could be awesome to add an extra column to display the value of the variable if it is defined like so:
and if we are feeling happy about columns maybe even go further like:
This can all be done without changing too much the definitions i.e.
("Variables" "\\(\\sw+\\) = \\(\\sw+\\)" 1 2)
where you can define what goes on what column by group number.
The text was updated successfully, but these errors were encountered: