www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - VisualD for Linux VSCode?

reply Ron Tarrant <rontarrant gmail.com> writes:
Hi,
As of now, I know there is no version of VisualD for VSCode for 
Linux. I also know that it works for VS Code in Windows.

Having said that...

Are there any plans ( Webfreak or   anyone else who may know) for 
porting it to Linux? If not, just how far up would one have to 
roll one's sleeves in order to take on such a task?
Nov 08
parent reply "Richard (Rikki) Andrew Cattermole" <richard cattermole.co.nz> writes:
On 09/11/2024 2:52 AM, Ron Tarrant wrote:
 Hi,
 As of now, I know there is no version of VisualD for VSCode for Linux. I 
 also know that it works for VS Code in Windows.
 
 Having said that...
 
 Are there any plans ( Webfreak or   anyone else who may know) for 
 porting it to Linux? If not, just how far up would one have to roll 
 one's sleeves in order to take on such a task?
VisualD exists solely for Visual Studio, which is a Windows only application. There is no Linux port of Visual Studio. We have a VS-Code plugin code-d that yes is meant to work on Linux. https://github.com/Pure-D/code-d
Nov 08
parent reply Mike Shah <mshah.475 gmail.com> writes:
On Friday, 8 November 2024 at 13:59:25 UTC, Richard (Rikki) 
Andrew Cattermole wrote:
 On 09/11/2024 2:52 AM, Ron Tarrant wrote:
 Hi,
 As of now, I know there is no version of VisualD for VSCode 
 for Linux. I also know that it works for VS Code in Windows.
 
 Having said that...
 
 Are there any plans ( Webfreak or   anyone else who may know) 
 for porting it to Linux? If not, just how far up would one 
 have to roll one's sleeves in order to take on such a task?
VisualD exists solely for Visual Studio, which is a Windows only application. There is no Linux port of Visual Studio. We have a VS-Code plugin code-d that yes is meant to work on Linux. https://github.com/Pure-D/code-d
I have a video up here otherwise on its basic usage on Linux: https://youtu.be/TR5jjttXbV4?si=mDaRUC03V0V_eWI3
Nov 08
parent Ron Tarrant <rontarrant gmail.com> writes:
On Friday, 8 November 2024 at 20:14:16 UTC, Mike Shah wrote:

 I have a video up here otherwise on its basic usage on Linux: 
 https://youtu.be/TR5jjttXbV4?si=mDaRUC03V0V_eWI3
Thanks, Mike.
Nov 09