To enable Julia language support in your IDE, you can integrate Julia Language Server by following these steps:
-
install Julia. After that open a terminal and type
julia:
-
switch to Julia’s REPL by typing
]to install the DAP server with the commandadd LanguageServer
-
Open the New Language Server Dialog. This can usually be found under the IDE settings related to Language Server Protocol (LSP). For more information, refer to the New Language Server Dialog documentation.
-
Select Julia Language Server as the template from the available options.
-
Optional: You may also customize the mappings section according to your preferences.
-
Click OK to apply the changes. You should now have Julia language support enabled in your IDE:
You could also configure server (you should have completion which will help you to configure server):
If you need to Run/Debug Julia program, you can configure the Julia DAP server.





