Difficult to navigate to Typescript class when in a Solution
Hi
I'm running a Nx monorepo setup containing both Typescript (frontend code) and C# (backend code). When I open the repo as folder I, the rider does not understand C#, so when I want to code C# I open the repo as a Solution. However in Solution-mode I experience it's akward to navigate between TS-files as TS-files then is not prioritized in lists. The goto class lists are sorted by .cs files first then .ts. To overcom this I open the repo twice, first as a folde, second as a Solution. This is also akward, but better. I'm not sure what is the best rememdy here, but I think you guys should look into how to make it more smooth to work with other languages in combination with Rider.
Otherwise, thanks for a great product!
Jørund Vier Skriubakken
Full-stack-developer
Airmont AS
Please sign in to leave a comment.
Jvskriubakken Thanks for your comment. Rider will prioritize C# classes search result in Go to Class search panel. As an alternative solution, you could setup scope for frontend project in the solution and search the Typescript files inside the scope.