I finished a LSP project for SageMath and wellcome issues and contribute #41762
SeanDictionary
started this conversation in
Show and tell
Replies: 1 comment
-
|
Very cool! I'm going to convert this to a Discussion thread as I think that's a more appropriate place for this. Feel free to announce on sage-devel as well! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that SageMath has been missing a complete LSP for code writing for a long time, which makes it very inconvenient to use IDEs like VSCode.
So I've basically finished most of the functionality needed for an LSP, except for the code highlighting part, which will be updated later. Now it was released as a python package on PyPI.
In VSCode, it can be used with the pre-release version 2.0.2 of the 'SageMath for VSCode' extension.
Hoping to provide more convenience in coding with SageMath, and welcome issues and contributions
Beta Was this translation helpful? Give feedback.
All reactions