Tutorials
#3165
Replies: 3 comments
-
@yyoncho I'd like to start on the tutorial for the python ls. At least for pyls. Do we have any kind of example? Or Format for these? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use this as a base https://code.visualstudio.com/docs for javascript tutorials. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found this issue while struggling to set up venvs with poetry on Python. A tutorial would be awesome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rust Analyzer
- hello world project, using debugger, rust analyzer extensions, refactoringsPython
- setup, virtual envs, debugger, high level comparison of each serverJava
- project setup, debugging, refactoring, unit testing, xml language server for pom.xmlDart
- debugging, refactoring, unit and widget testingJavaScript
- project setup, eslint, major modes selection, debugging in browser, nodejs, etc.Scala
- debugger, extensions, ?Clojure
- using lsp-java to browse java classes. Using dap-mode to debug java code. Using clojure-lsp in standalone and in addition to cider.OCaml
- setting upocaml-lsp
and configuring both handmade and auto-generated (viadune
).merlin
filesHaskell
- setting uphaskell-language-server-wrapper
orghcide
with a nontrivial project. Making a customhie.yaml
file in cases wherehls
's automatic project setup fails.Ruby
-rbenv
, debuggerBeta Was this translation helpful? Give feedback.
All reactions