-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Future of Spyder #17155
Comments
To add my comments, on this topic: What I found missing in Spyder 4, Spyder 5 : You team are doing a great job, hope you get more chance |
This would be nice in Spyder 5 |
Hi! I don't think that creating new issue will suit my case (also, it will be closed anyway), but this thread seems to be appropriate for my post. My big wish is to fix current broken model of python dependencies which makes spyder unusable on rolling linux distros approximately 20-40% of the time (depends on how packages are updated). The problem is that spyder code devs decided to put restrictions on several python dependecies like 'python-xxx<2.0'. Because these python dependencies are updated quite often, spyder stops to launch each time one of these dependencies are updated to the versions which are considered to new. Because of this the spyder package is often broken. In rolling model linux distros these depencies usually cannot be rolled back. In particular, if new version of the package has major secutiry flaw or regression, this is a valid reason to downgrade package version, but the spyder dependencies policy is not a valid reason (for example, newer versions of one of its dependencies may be required by other packages). |
Workaround :
Install spyder in own conda env
And specify the interpreter manually
… On Jan 11, 2022, at 16:46, mxfm ***@***.***> wrote:
Hi!
I don't think that creating new issue will suit my case (also, it will be closed anyway), but this thread seems to be appropriate for my post.
My big wish is to fix current broken model of python dependencies which makes spyder unusable on rolling linux distros approximately 20-40% of the time (depends on how packages are updated). The problem is that spyder code devs decided to put restrictions on several python dependecies like 'python-xxx<2.0'. Because these python dependencies are updated quite often, spyder stops to launch each time one of these dependencies are updated to the versions which are considered to new. Because of this the spyder package is often broken. In rolling model linux distros these depencies usually cannot be rolled back. In particular, if new version of the package has major secutiry flaw or regression, this is a valid reason to downgrade package version, but the spyder dependencies policy is not a valid reason (for example, newer versions of one of its dependencies may be required by other packages).
So, in short, because dependencies' version restrictions are too close to current versions and because restrictions are placed on several dependecies, there is significant chance that one of these dependencies breaks its version restriction, and spyder becomes unusable.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.
|
Hi everyone! Thanks for opening this issue @ma-sadeghi, it has been a dream of us to be able to support new programming languages in Spyder but as you all know, we are a small team that has to tackle a lot of other issues as well. Nevertheless, if you are interested to work in an extension for supporting Julia in Spyder, it is possible. Right now I do know that you are able to add Julia's language server to at least have completions in the current version of Spyder without major trouble. I'm not sure what other features you'll like to see, but with the refactoring we've been doing since last year, now it is easier to extend Spyder. @arita37 it would mean a lot if you are able to track down the stability issues and letting us know how to reproduce them. We will eventually get to fix them and hopefully you will be motivated to use the latest versions of Spyder. About the Jupyter Notebook extension, sadly we haven't been able to update it to the latest changes in the API, if either of you are interested in giving us a hand with that work I'll be happy to guide you through the process. @mxfm, we have in queue the development of a Linux installer, we are aware that linux distros are not perfect right now, which is why we don't recommend that installation. Hopefully this year we will manage to work into this more. Thanks guys for letting us know the things that aren't perfect, because in that way we will be able to iterate and make each release better. |
@steff456 Thanks for your reply! Sorry for the confusion. What I meant was that as amazing as Spyder is, there might be benefits in piggybacking on VSCode's infrastructure. So, my proposal is to keep working on Spyder, but just for maintenance, and put all your energy in creating a nice Python extension for VSCode that focuses on the scientific computing aspects. A successful example in the past has been Juno IDE, which as I mentioned used to be "Spyder for Julia", but then the developers decided that they can create an extension for VSCode. The major benefit is that they no longer need to worry about the "IDE stuff", but rather they can focus on Julia stuff. Similarly, if Spyder dev team were to follow a similar model, they could just focus on Python and the scientific computing stuff, rather than the "IDE stuff". Again, I'm not saying that you should abandon Spyder, but just "maintain" it, rather than actively develop it. Finally, this is just my suggestion based on what I observed in the Julia ecosystem. |
My recommendation:
Suggest to use a tool like selenium
to automatically simulate user click and keyboard
to simulate actual user workflow scenarios,
maybe in github actions.
Testing automation is the key for the stabiliy of spyder… (and not manual bug reporting)
But, clearly spyder 4 has much more stability issues than 3, please try to setup some workflow scenarios
… On Jan 12, 2022, at 3:29, Amin Sadeghi ***@***.***> wrote:
@steff456 Thanks for your reply! Sorry for the confusion.
What I meant was that as amazing as Spyder is, there might be benefits in piggybacking on VSCode's infrastructure. So, my proposal is to keep working on Spyder, but just for maintenance, and put all your energy in creating a nice Python extension for VSCode that focuses on the scientific computing aspects.
A successful example in the past has been Juno IDE, which as I mentioned used to be "Spyder for Julia", but then the developers decided that they can create an extension for VSCode. The major benefit is that they no longer need to worry about the "IDE stuff", but rather they can focus on Julia stuff.
Similarly, if Spyder dev team were to follow a similar model, they could just focus on Python and the scientific computing stuff, rather than the "IDE stuff". Again, I'm not saying that you should abandon Spyder, but just "maintain" it, rather than actively develop it. Finally, this is just my suggestion based on what I observed in the Julia ecosystem.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.
|
@ma-sadeghi i'm curious, what is it you think would be gained from spyder devs creating a plugin to vscode? microsoft has their own official python and jupyter plugins for vscode with plots, variable explorer, repl etc. if you think spyder is great already, what would be improved by making a "spyder plugin" for vscode? |
@fohria Well, for starters, Spyder is an IPython-first IDE, whereas VSCode is Jupyter-first. I tend to like IPython much more for development. Jupyter is good but mostly for demonstration (my opinion ofc). The other factor, is the IDE-stuff, which is more robust and snappier in VSCode than those in Spyder. Spyder is great, yes, but given the constraints (limited developer time, no monetary returns, etc.). |
@ma-sadeghi, my comments about your proposal:
|
@arita37, if you're fine with Spyder 3, then keep using it and refrain to post more comments like the ones you posted here (and several times before). They are really discouraging and unhelpful because:
|
@mxfm, you said:
Sorry but I totally differ here. I fail to see how adding upper constraints to dependencies is "broken". In my opinion, the model that is broken for packages like Spyder is the one of rolling release distros. Since we're a small team, we can't afford to test everything against the master branch of all our dependencies (which are about 40 at the moment), just to satisfy the expectations of ~1% of our users (assuming ~5% uses Linux in total and of those a 20% uses rolling distros). Instead, we prefer to add constraints, so we don't have to rush and release a new fix every time something breaks (which is very frequent). And even then, sometimes it can take us months to support a new version. For instance, just in Spyder 5.2.2 (to be released next week) we will be able to correctly support IPykernel 6 and Jupyter-client 7, released more than six months ago.
If you know that Spyder is unusable or unstable with the packages provided by your distro, then stop using them (I really don't know what else to say, you're admitting the fact). Spyder is stable and works perfectly fine when installed with conda or pip in a virtualenv (well, almost in the last case, but that's not our fault). If you need desktop integration and that's why you use your distro packages (the only reason I can think of), then you can take our desktop file and adjust it to use your virtualenv: https://github.com/spyder-ide/spyder/blob/master/scripts/spyder.desktop Then you wouldn't notice a single difference between distro and conda/virtualenv Spyder. Instead, you'd be working with a version that wouldn't give you dependencies headaches at all.
Comments like this clearly show that you have not developed an OSS project at the scale of Spyder. Else you wouldn't be making these outlandish propositions just to benefit a really small amount of users. |
@joaoponceleao, you said:
That will be fixed in the first half of this year. Unfortunately, the person that maintained that plugin became busy with other things and we haven't had time to update it to Spyder 5. |
That's great news. Personally I find Spyder more stable than VSCode, but with a less useful editor (no multi cursors...). I hope Jupyter notebooks becomes a first class citizens in Spyder (hint... not a plugin ;-)). I've never been a big fan of them but the larger the project gets the more useful it is to be able to see the plots and data without having to rerun the whole thing. A good notebook environment within Spyder (or something else that provides quick access to previously generated outputs) would be useful for data science. |
That's the plan in the mid-term (i.e. next year and a half or so). Spyder-notebook was an experiment to see if we could integrate the notebook with Spyder. Although we proved it was possible, we discovered our initial (and current) approach has several usability issues that required a new API to properly address them. Now that we have it, we can proceed to fix those issues and officially integrate it with Spyder. |
Thanks for your great work,
Understood major re-factoring is really
time effort consuming.
Anyway, Spyder is really a top notch tool
for scientific community, and you guys
deserve much more funding…..
Thanjs
… On Jan 16, 2022, at 4:33, Carlos Cordoba ***@***.***> wrote:
@joaoponceleao, you said:
Jupyter Notebook plugin work, without major issues.
This would be nice in Spyder 5
That will be fixed in the first half of this year. Unfortunately, the person that maintained that plugin became busy with other things and we haven't had time to update it to Spyder 5.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.
|
Thanks for your kind words @arita37! And sorry if I was harsh in my response. It's just hard to constantly hear that, even after hundreds of ours of hard work, things are still not stable (the problem is that they really can't be right now due to reasons I mentioned above). |
You guys are doing amazing work,
and whole science,technical community should thank you much more and find a way to fund.
Because we are using Spyder so much….
We have same level of xpectation like VSCode /Pycharm
which have big funding/
Not sure the best way,
What about 2 USD or 5 USD one time payment
with easy to pay system ?
(One click payment from Spyder IDE itself)
Like the wikipedia system
(they pop up when browsing wikipedia),
One time is good,
people feel its smooth/ and very easy (like a coffee).
Recurrent make many people leave away (
they worrry about addons payments).
Given the nb of numbers,
doing a campaigm every 6months,
it should give some support funding
(hire interns,…)
Thanks again
… On Jan 16, 2022, at 11:53, Carlos Cordoba ***@***.***> wrote:
Thanks for your kind words @arita37! And sorry if I was a harsh in my response. It's just hard to constantly hear that, even after hundreds of ours of hard work, things are still not stable (the problem is that they really can't be right now due to reasons I mentioned above).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.
|
Frankly, I expected answer like this ("we, developers, know better and are more competent") and sticking to 'Windows centric' attitude toward software distribution. You think that Spyder is large project and therefore exceptional, but rolling release linux distros host thousands of programs, including very complex software, much more complex than Spyder - all work nice. In recent years I used dozens of programs, including relevant to statistics and data science - python, R, tensorflow, pytorch, also different IDEs in rolling release model. None of them are currently broken and none were broken in my memory as much as Spyder for the last decade or more (which is sad, because except software distribution problem Spyder is nice). You may not care about 1% users on rolling release distros, but many complex projects do work in rolling release model. Why there are no other projects which impose such close to new versions restrictions on multiple dependecies? |
@mxfm
Think this is also due to the funding issue,
having thorough testing
cost a lot of time/(or money) for only 4 cores people.
If there is a way to have more testing contribution
or funding process (ie to hire more interns for test/distribution), it would go smoother….
Maybe, you have some concrete ideas
how to support spyder project,
besides just criticsm because of a
free of cost project…
… On Jan 16, 2022, at 19:46, mxfm ***@***.***> wrote:
@ccordoba12
Comments like this clearly show that you have not developed an OSS project at the scale of Spyder. Else you wouldn't be making these outlandish propositions just to benefit a really small amount of users.
Frankly, I expected answer like this ("we, developers, know better and are more competent") and sticking to 'Windows centric' attitude toward software distribution.
You think that Spyder is large project and therefore exceptional, but rolling release linux distros host thousands of programs, including very complex software, much more complex than Spyder - all work nice. In recent years I used dozens of programs, including relevant to statistics and data science - python, R, tensorflow, pytorch, also different IDEs in rolling release model. None of them are currently broken and none were broken in my memory as much as Spyder for the last decade or more (which is sad, because except software distribution problem Spyder is nice). You may not care about 1% users on rolling release distros, but many complex projects do work in rolling release model. Why there are no other projects which impose such close to new versions restrictions on multiple dependecies?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.
|
> @ccordoba12
>
Would suggest to a poll to the users
to have better understanding :
How people use Spyder ?
Why they prefer Spyder to another IDE
when using it ?
What they expect in the future ?
Having a poll and share it openly
would allow a less passionate debate,
more objective on the user base,
What they expect from it.
Having a long list of github issues/bugs
fix is not really the roadmap or actual user cases.
There are things that Spyder does
than VScode, Pycharm, Jupyter cannot,
Thats why am continuing to use it….
… On Jan 16, 2022, at 20:51, No Ke ***@***.***> wrote:
@mxfm
Think this is also due to the funding issue,
having thorough testing
cost a lot of time/(or money) for only 4 cores people.
If there is a way to have more testing contribution
or funding process (ie to hire more interns for test/distribution), it would go smoother….
Maybe, you have some concrete ideas
how to support spyder project,
besides just criticsm because of a
free of cost project…
>> On Jan 16, 2022, at 19:46, mxfm ***@***.***> wrote:
>>
>
> @ccordoba12
>
> Comments like this clearly show that you have not developed an OSS project at the scale of Spyder. Else you wouldn't be making these outlandish propositions just to benefit a really small amount of users.
>
> Frankly, I expected answer like this ("we, developers, know better and are more competent") and sticking to 'Windows centric' attitude toward software distribution.
>
> You think that Spyder is large project and therefore exceptional, but rolling release linux distros host thousands of programs, including very complex software, much more complex than Spyder - all work nice. In recent years I used dozens of programs, including relevant to statistics and data science - python, R, tensorflow, pytorch, also different IDEs in rolling release model. None of them are currently broken and none were broken in my memory as much as Spyder for the last decade or more (which is sad, because except software distribution problem Spyder is nice). You may not care about 1% users on rolling release distros, but many complex projects do work in rolling release model. Why there are no other projects which impose such close to new versions restrictions on multiple dependecies?
>
> —
> Reply to this email directly, view it on GitHub, or unsubscribe.
> Triage notifications on the go with GitHub Mobile for iOS or Android.
> You are receiving this because you were mentioned.
|
I understand about funding. I would accept the answer that "1% user base is not worth out efforts considering other project goals". I just want to point out, that supporting large project in rolling release distro is doable, there are no technical limitations for this, there is nothing wrong with rolling release distros. |
@mxfm
Sure, there are 2 (or more)
ways to help the spyder dev team:
1) Make a pull request/ detailed recipe with your process
2) Add more funding, so they can hire
an intern for the specific feature (and else).
OSS is great because it’s free for the users
and on top people can also complain for freely…
So, providing actual recipes/details
for a problem is more helpful
than just pointing some “lack of…”
… On Jan 16, 2022, at 23:20, mxfm ***@***.***> wrote:
@arta37
I understand about funding. I would accept the answer that "1% user base is not worth out efforts considering other project goals". I just want to point out, that supporting large project in rolling release distro is doable, there are no technical limitations for this, there is nothing wrong with rolling release distros.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.
|
To @mxfm,
At no point I said that we know better and that we only support a Windows distribution model. Since it seems you didn't understand my previous points, let me repeat them again:
I'm not saying that rolling release distros are bad (as a matter of fact, I used Gentoo for several years). Please read my words again
This means packages like VSCode and Rstudio.
That's because Spyder is not packaged correctly in rolling release distros. Look at how VSCode and RStudio are distributed in Arch:
So, instead of forcing these very complex applications, that depend on hundreds of packages between direct and transitive dependencies, to use the distro packages, they are distributed as binaries in a single package. Can you image what it would be to track every npm package that VSCode depends on, add it to Arch and force it to work with them? And not with the versions required by VSCode in its Well, that's exactly the same thing that they are doing with Spyder. They are trying to force it working with a set of dependencies it's not prepared for. That's why it's so broken, as you noticed. Even more, although Linux maintainers are well intended, sometimes they are clueless about how Python packaging works at a deeper level. For instance, look at these issues:
You can see that they don't understand what an extra requirement means and how it works.
Frankly, I think the maintainers of your distro are not doing things correctly by making their users believe that Spyder can be installed through its package manager, when in reality they are distributing a broken package. And about that statement, I have evidence too. The Debian maintainer opened like 15 bugs last December about errors in our test suite when he tried to run it on their CI infrastructure. Some were simply to solve, but others will take us months of hard work and are very serious. So he opted to wait until that work is finished before proceeding (which I'd say is the right attitude). So, instead of complaining here about a problem which is not our fault at all, please post it in your distro issue tracker and let them know about all the problems they are creating for Spyder. If you manage that they listen and remove Spyder from their list of packages, or wait until all our dependencies match the ones on their repos, that would be a great help. The other solution would be to install a self-contained Spyder package (like the VSCode and RStudio binaries). And that's what we'd like to provide, as @steff456 mentioned before, but we haven't had time to do it, sorry. |
To @arita37
We have Open Collective for that https://opencollective.com/spyder
Well put @arita37! Just coming here to say "why does not Spyder work with my distro?" is very unhelpful as well.
That's a good idea, thanks!
Thanks again! I think that's the right attitude. |
@carlos
Think “one time payment” should be put
In 1st in Open Collective (vs recurrent).
Recurrent always “scares” the majority of people,
whereas one time, peopledont have to worry perpetual ones….
2) Make Support Contribution
should be included in the IDE (help menu),
So people can click when using it….
(Not all people goes on github…)
To my view, open collective is not visible
(Even me, dont remember the url, need to do few clicks…)
3) Yes the poll would be useful for all,
Should be included in the IDE/help section….
… On Jan 17, 2022, at 12:47, Carlos Cordoba ***@***.***> wrote:
To @arita37
Not sure the best way,
What about 2 USD or 5 USD one time payment
with easy to pay system ?
We have Open Collective for that
https://opencollective.com/spyder
Maybe, you have some concrete ideas
how to support spyder project,
besides just criticsm because of a
free of cost project…
Well put @arita37! Just coming here to say "why does not Spyder work with my distro?" is very unhelpful as well.
Would suggest to a poll to the users
to have better understanding :
How people use Spyder ?
Why they prefer Spyder to another IDE
when using it ?
What they expect in the future ?
That's a good idea, thanks!
So, providing actual recipes/details
for a problem is more helpful
than just pointing some “lack of…”
Thanks again! I think that's the right attitude.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you were mentioned.
|
That person is me and I should be less busy in the coming months. I am hopeful that I can update the notebook plugin next month (February) and release a version that works with Spyder 5. |
Support for Julia would attract more users now that Julia is growing. I agree with @ccordoba12 that from a UX perspective, Spyder is better than VSCode for data science. Julia and Python are behaving nice to each other (and exposing their libs & data structs) but I understand such deep integration would require a lot of work. OTOH, this isn't too bad either if you don't have much development resources: https://www.julia-vscode.org/ Anyhow, I'm not involved much, just wanted to express my respects to this project. |
Hey all, since I've been a long-term user of spyder for many years now and I accidentally stumbled upon this issue, I just wanted to put a comment here... I've tried Atom, Vscodium and other editors, but none of them comes close to the usability that spyder provides when working in pure python. I think that this is a really strong point for spyder (and the reason why in the end I always come back and never regret it😄). Let me highlight some of the points I particularly enjoy:
Things I'd like to see in "future" spyder (some of them were partly existing in Spyder3 but vanished since then...):
Finally, I wanted to say that even though the spyder-team is probably very small, responses on GitHub have always been quick, nice and helpful... I don't even know where to start asking for things when it comes to other editors backed by big companies that are usually so feature-rich that I get lost in the possibilities without ever finding what I'm searching for. Don't get me wrong here, |
Hi @raphaelquast thank you for your feedback and constructive opinion! Regarding the future items you mentioned:
Maybe a look to the
Indeed, projects functionality could be highly improved and most probably the code needs a refactor to be more extensible
I think we have an external plugin for something like what you mention,
Actually we have an external plugin for basic usage of jupyter notebooks inside Spyder,
I think for a good a mount of users the plots plugin has been a really good addition even with its shortcomings but we have thought about what you say with other core developers and at least some UI/UX improvements could be done (I think we have some issues for it at the However, having another plugin to visualize interactive plots (and not just for matplotlib but probably for a more general kind of plots which are web based) could be nice, but that is quite a big project, so most probably we will need some funding for that to have someone working on it full time I believe. Hope this gives you a more clear view about things around Spyder at the moment @raphaelquast and if you want to help with something let us know :) |
Hey, @dalthviz thanks for the response, quite illustrative indeed! I think reviving the notebook plugin would really round up spyder's position as an allround python IDE. |
No problem @raphaelquast ! Just testing things is a huge help and contribution! In particular for the
Maybe opening an issue in the |
Thanks! I've set it up and it seems to work fine! I'll report to the ... concerning re-structured text/sphinx support... Aside of that using |
Awesome! Thank you for taking the time to check it out 👍
That's one thing we have also discussed in the past and it's the reason why we started working in https://github.com/spyder-ide/pysyntect . However, before changing the syntax highlighting functionality there is a refactor for the Editor to be done (to decouple it from other panes/plugins/functionality like the work being done in #17467, make it use the new plugin's API and try to improve its performance). So that will take a good amount of time but is something we think could be nice to have eventually :) |
Hi all, I wanted to get back to the original comment that @ma-sadeghi made about two years ago (things got a bit tense there in the middle, which unfortunately changed the tone of @ma-sadeghi original's post). I have been using Spyder as my Python IDE for more than 10 years and I love it. It is the best Python IDE in the world. It does everything that it does not just well, but perfectly. Anyone that is doing science in python should use Spyder. Unfortunately, continuing to use Spyder is becoming harder. VS-Code has become so ubiquitous that I now use it for everything (Latex, Markdown, Julia, C/C++) except for local development in Python (remote development is much better supported by VS Code, even though I know Spyder is working hard on that right now). Now with Github Copilot available and so well integrated with VS Code, I am not sure how long more I will stay in Spyder. And this is really a shame, because Spyder is the tool for Scientific Python. The Python VS Code extension has a "Interactive Mode" but it is just a stripped down version of Jupyter Notebook. It does not support plotting in a separate pane, it does not have a ipdb based debugger (no post mortem, no ipython kernel during debugging, no option to change the commands such that they have to start with "!" to avoid clashing, etc), and the look-and-feel of the REPL is bad (because it is not a REPL, it is a strip down Jupyter). The internet is full of comments of people asking for some of the functionalities of Spyder in VS Code, but the VS Code developers do not seem to see the appeal (maybe because they gear more towards software engineers than to scientist). There are several VS Code extensions that try to provide better IPython support, the currently best maintained seems to be ipython by Hoang Kim Lai). With this one, it is actually possible to use IPython fairly well, but it does not have the variable explorer and several of the other layers that Spyder provides, and there are some issue with plotting on MacOS (or on remote machines). I don't know what is the point of this post, except maybe to bring back the conversation that @ma-sadeghi brought two years ago. My dream would be to have a Scientific Python extension, possibly developed in tandem with Spyder. Maybe a good start would be to figure out a good way to have the spyder-kernels to integrate with the VS Code console. |
Thanks for your kind words @raphaelchinchilla!
Ok, that's sad to hear although we're planning to have Copilot integration in the mid-term.
No surprise there (see point 2. of my comment above).
We're not opposed to having that extension, but (sorry to say it) we're not going to contribute to it. As I mentioned in the same comment I just referenced, we don't think VSCode provides the right graphical elements in its interface that something like Spyder requires. And even if it did, we know very little Javascript/Typescript to reimplement Spyder's functionality using those languages. |
I also am forced to use VSCode because of it's "ubiquitious" nature. However it's a huge step down from Juno. The UI is absolute trash. You can't find any commands in the menu very easily and have to learn magic character codes to do things like launch a REPL or find settings etc. I always forget the magic ctrl-shift-P command to start the command list. The debugger for Julia is slower, less intuitive and you have to click and type a horrendous amount of garbage to step through your code. I'd love a Spyder version of Julia or a decent IDE that doesn't involve the "microsoft" way of obfuscated and random ui commands. |
I share the sentiment. I don't think VSCode is quite user friendly.
We've had the same request a few times before. The main problem is we don't use Julia at all. |
First, let me express my strongest gratitude towards the developers of Spyder. I've been using Spyder since I learned how to code in Python, which dates back to 2015, and I still use it for almost all of my Python projects. It's a great piece of software put together by awesome developers and I'm truly grateful for all your time/efforts that you've put into creating Spyder without expecting any monetary returns.
I'm sure you're all familiar with VSCode. Obviously, being backed by a giant company like Microsoft with virtually infinite resources definitely helps developing and maintainng such a big project, and I'm sure if you've used VSCode, you'll agree that it too is a great piece of software.
I was wondering if you guys have every considered joining forces and creating a fully-fledged extension for VSCode. If you know Julia, you probably know that developers of Juno (the used-to-be-goto-IDE for Julia) have taken a similar course of action and are now developing the julia-vscode extension. For Julia, it's worked pretty well and the users love the new extension. Juno is still maintained, but not being actively developed.
I opened up this issue just to toss around this idea see what you guys think. Many thanks once again!
The text was updated successfully, but these errors were encountered: