Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for C# OR more optional features #52

Open
wilsnat opened this issue May 2, 2023 · 0 comments
Open

Support for C# OR more optional features #52

wilsnat opened this issue May 2, 2023 · 0 comments

Comments

@wilsnat
Copy link

wilsnat commented May 2, 2023

I really like this tool. It works really well in certain scenarios but there are a couple of situations that I've run across using it with my C# projects that don't produce intended results. I would love to either have C# supported or the ability to toggle more of the features in the settings menu, which would alleviate any conflicting functionality.

Here are some examples of C# errors I've found:

Input CursorLocation Expected Result Actual Result
Color.white; e Color.Black; White;.color
"1" 1 "2" "1"
"Test <color=red>red</color> text" d "Test <color=orange>red</color> text" &quot;Test &lt;color=red&gt;red&lt;/color&gt; text&quot;
Mathf.Cos(1f); 1 Mathf.Cos(2f); Mathf.Cos(1f);
EditorPrefs.GetInt() Int EditorPrefs.GetFloat() EditorPrefs.get-int()

These are only a few of them. When it works, it works great but due to the number of untoggleable features I can't limit it's scope to those cases. I'm not sure the status of this project as it appears to not have been updated recently but I hope that you can consider extending your support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant