Home
Rider Support | JetBrains
Contact Support
Community
Sign in
Tao Sun
Total activity
612
Last activity
February 13, 2025 04:10
Member since
September 05, 2023 10:22
Following
0 users
Followed by
1 user
Votes
18
Subscriptions
238
Activity overview
Articles (1)
Posts (0)
Comments (355)
Tao Sun
commented,
February 13, 2025 04:10
It looks like you are pressing Ctrl + Enter to split a new line after the cursor. Please try to disable all downloaded plugins and ensure your keyboard is working properly. A trick is to enable Pre...
Community
General Discussion
Caret not moving to the end of new line on enter, affects .razor files
0 votes
Tao Sun
commented,
February 11, 2025 12:43
The file could also be marked as Read-Only by VCS, have a check if you are using Perforce or MVN on the project. Does anyone else checkout the file?
Community
General Discussion
File cannot be modified
0 votes
Tao Sun
commented,
February 11, 2025 12:38
Rider has the similar implementation with dotnet CLI. Exit code 137 points to a memory issue, but it could also not be the root cause.What's the dotnet run result in the system terminal? Use the -v...
Community
General Discussion
Can no longer execute C# binaries on macOS Sequoia 15.3
0 votes
Tao Sun
commented,
February 10, 2025 08:56
“Start New Line” is the action you need. It will insert a newline next to the current in the editor. The default shortcut is Shift + Enter in Visual Studio keymap, you can search shortcuts and cust...
Community
General Discussion
VS keymapping ctrl+enter issue.
0 votes
Tao Sun
commented,
February 10, 2025 08:37
The $ is not supported yet. The string interpolation could be insert quickly in editor by input the dollar symbol. You can try to upgrade to the latest Rider version to use it.
Community
General Discussion
String argument to interpolation
0 votes
Tao Sun
commented,
February 08, 2025 15:59
It looks related to the Plastic SCM configuration, have a check on this thread. Plastic SCM for IntelliJ IDEs plugin is private and fully managed by Unity, it's not published on JetBrains Marketpla...
Community
General Discussion
Rider keeps throwing errors for every newly created file.
0 votes
Tao Sun
commented,
February 08, 2025 11:30
In File | Settings | Version Control | Commit, you can disable the “Check TODO” to skip this step. However, to identify the root cause of the slow performance, you can create a new support ticket i...
Community
General Discussion
How do I stop Rider from checking for TODO?
0 votes
Tao Sun
commented,
February 06, 2025 10:46
We have a known issue with the Structure tool window on handling Blazor files.RIDER-114429 Structure does not outline Razor Page CodeIn the coming 2025.1 release, we will refactor the Structure too...
Community
General Discussion
Blazor @code section not properly displayed in structure
0 votes
Tao Sun
commented,
February 06, 2025 09:39
To prevent the outdated binaries impacting the dotnet watch mechanism, have you tried to clean the solution after modifying the project structure? Which part of the solution was changed?
Community
General Discussion
Dotnet watch fails after changes, after I moved my folders.
0 votes
Tao Sun
commented,
February 06, 2025 06:19
Liam The Code Cleanup feature is inherited from ReSharper. To specify the file layout preferences, you can edit the file layout definition in File | Settings | Editor | Code Style | C#. Please refe...
Community
General Discussion
How to stop Code Cleanup from Sorting Fields
0 votes