How to comment language from right to left in Visual Studio IDE

I want to comment in visual studio in Persian (this is the right for the left language):

//.برای نگهداری مقدار اولیه ی کالا می باشد value_ متغیر 

But it seems that the code editor does not support RTL languages ​​and reorders words, so the result is:

 //متغیر _value برای نگهداری مقدار اولیه ی کالا می باشد.

This is not readable, as I expected!

Anyone have a solution to this problem?

+4
source share
2 answers

As Ahmad noted, Microsoft does not support right-left in its Visual Studio IDE (unfortunately) to copy and paste the comment form, the RTL-supported editor also does not work (I am testing it using Notepad)

visual studio 2013 (VirtualRTLtext), , Visual Studio.

, XML :

  • XML-
  • , intellisense

, ( intellisense ).

Visual Studio, TOOLS/ ... VirtualRTLtext

vsix .

VIEW/Other Windows

enter image description here

+10

Microsfot Visual Studio IDE

. , Right-to-Left. , Visual Studio - , RTL- .

, RTL, VS.

+1

All Articles