elduvelle, to python
@elduvelle@neuromatch.social avatar

Question for #Python #Programmers:
Getting tired of my #Spyder version that relies on different versions of Python modules than the ones I need for coding…

What is your favourite #IDE for Python (and why?)?

raptor85, to linux
@raptor85@mastodon.gamedev.place avatar

My thoughts on the new jetbrains UI in a nutshell.

(if you haven't seen it, it's your standard modern "we hid everything 3 levels deep in menus to make it look pretty!" modern design)

https://www.jetbrains.com/clion/new-ui/?utm_source=product&utm_medium=link&utm_campaign=new_ui_release

As a long, LONG term customer I swear I'll drop them in an instance and write my own IDE if I have to if this ever stops being optional....

#linux #jetbrains #clion #ide #programming #gamedev #indiedev #modernuinonsense

anderseknert, to programming
@anderseknert@hachyderm.io avatar

What's your #editor / #IDE of choice, and why is it so? Do you use that for all tasks and #programming languages, or do you switch between editors depending on what you're working on?

I mostly use #IntelliJ / #Goland for large projects, and #VSCode for simpler ones. But tbh, I find myself increasingly using VS Code even for projects where I'd previously would reach for IntelliJ. And their poor story around language server integrations makes them feel less relevant today than they used to be.

alephoto85, to vscode Italian
@alephoto85@livellosegreto.it avatar

[TOOLS] VSCodium

@programmazione

Un progetto interessante per chi utilizza VSCode.

Una versione senza telemetria/tracking/sorpresine varie di Microsoft 😅

Dal sito:

"This is not a fork. This is a repository of scripts to automatically build Microsoft's vscode repository into freely-licensed binaries with a community-driven default configuration."

Già provato?

https://github.com/VSCodium/vscodium

fell, (edited ) to programming
@fell@ma.fellr.net avatar
amoroso, to retrocomputing
@amoroso@fosstodon.org avatar

Julio Merino dived back into some decades old text mode editors and IDEs, particularly Borland's which were the pinnacle of this technology.

https://blogsystem5.substack.com/p/the-ides-we-had-30-years-ago-and

Drmowinckels, to programming
@Drmowinckels@fosstodon.org avatar

📝 New blog post 📝

'The IDEs I use'

🧏 People who code have a tendency to spend a lot of time in various IDEs (Integrated Development Environments). They can be as simple as a text editor or as complex as a full-blown development environment. In this post, I'll go through my two go-to IDE's, RStudio and VScode, and why I switch between them rather than sticking to a single one. ---

👀 Read more at https://drmowinckels.io/blog/2024/ide

#R #programming #IDE #RStudio #VScode

maxim, to mastodon
@maxim@mastodon.gamedev.place avatar

Hello programmers from #mastodon

⭐ What development tools do you use more often, or better to say, what is yours IDE?

#ide #programming #programmer #code #coding #poll #developer

video/mp4

parcifal, to random
@parcifal@hachyderm.io avatar

Curious! Do you use the #terminal inside your #IDE or a separate terminal when you use it? 🤔

BigEatie, to programming
@BigEatie@fosstodon.org avatar

My kid expressed some interest in learning to code over the summer, and I decided to teach her #python. I use #Emacs to code, but I'm looking for something that won't be quite so new to her. So #linux users, what do you think would be a good development environment for my kid? Using #vscode at the moment, but there were some pain points with it (for example if I highlighted the entire buffer at once and sent it to the interpreter, asking for user input did not work properly). Suggestions?

#IDE

matdevdug, to vscode
@matdevdug@c.im avatar

It is amazing that #VSCode has just quietly dominated the IDE world without a lot of debate. It used to be a fight between Emacs/Vim, JetBrains, Eclipse and a long list of smaller IDEs.

Now I see either VSCode or a proprietary IDE if your stack has one.

#programmer #Programming #ide #coding

blindcoder, to php
@blindcoder@toot.berlin avatar

Just spent TWO HOURS debugging PHP code because I relied on my IDE and github Copilot which both didn't catch the bug in the code below:

<?php
if (array_key_exists("error", $response){
$return_value = [];
}
?>

Error message was: PHP Parse error: syntax error, unexpected token ";" in <file> on line 3

Yes, it's on me, but I'm supposed to test this tech for my employer and results are not looking favorably.

Edit: added proper line number for my example

micheleann, to random

Only now finding out that Atom #IDE was sunset a year ago. What are people using instead for casual coding?
I dont want to buy anything or have a lot of set up. I only write occasional ad hoc scripts for short term use, I don't need versioning or collaboration or anything fancy... #coding

bazcurtis, to Powershell
@bazcurtis@mastodon.social avatar

I am looking for PowerShell IDE advice. I am not a very good PowerShell coder, but as long a Google is up I have half a chance 😀

I prefer to code in Python and use PyCharm. I find it much easier to learn by writing code and using break points to see what my variables are returning etc.

Which is the best PowerShell IDE? I am not writing applications. They are mostly scripts to return API data and write them out to a file.

#PowerShell #IDE

neotoy, to php
@neotoy@mastodon.social avatar

So I know there are tons of brilliant #coders on here & I have a question. One of my biggest challenges is #IDE ...

I've been using notepad for #JavaScript, #PHP & #html & #css which I know is really holding me back, but... I don't want an IDE that looks like the inside of a space shuttle cockpit.

Is there an IDE out there that is simple, elegant, & doesn't take up 30GB of disk space while also having essential features like:

Visually shows the relationship between code & output in real-time?

gnulinux, to linux German
@gnulinux@social.anoxinon.de avatar

Geany 2.0 ist da

Die kleine, aber feine IDE erscheint mit einem neuen Hauptrelease. Damit bietet sie sich als Text-Editor und einfacher Code-Editor an.

#geany #IDE #Texteditor #Programmieren #Linux

https://gnulinux.ch/geany-2-0-ist-da

CriticalSilence, to linuxmint German

Whats wrong with the internet? I just need a editor or that I can use for some PHP and HTML editing and possibility to be extended in the future (e.g. Python).
But the result pages are flooded with "X best Y, you wont miss!" stuff. The number of Y seems to be a real thing, always trying to convince you to open it. Almost every search has crap results like that.

Maybe you know, what I'm searching for my new environment? is not a real option to me
(see history)

ctietze, to neovim
@ctietze@mastodon.social avatar

Recently picked up that an "IDE" is a largely uncustomized, out-of-the-box experience, and that (Neovimmers) call the result of their customizations a "PDE", a "Personal Development Environment" instead.

Made me wonder:

Is the notion that IDE's are what they are, mostly unchangable, a common one?

#neovim #ide

LauraLangdon, to random
@LauraLangdon@hachyderm.io avatar

Is there a free #IDE that’s intuitive for first-time programmers to use? Even VS Code has a pretty high cognitive load out of the box, what with having to install an extension for whatever language you want to use and all the tabs for version control, terminal, debugging, testing, etc. The “Run” button is tiny and has a drop-down with potentially confusing questions. For brand-new users I’d love to have a cleaner interface by default, with the option to toggle on additional complexity.

amoroso, to random
@amoroso@fosstodon.org avatar

As a ChromeOS user I found myself nodding while reading this article on the growing popularity of cloud IDEs.

The convenience of accessing an IDE from anywhere, as well as not having to install or maintain complex tools and managing large code bases, is hard to beat.

I'm not aware of any good cloud IDE for Lisp though (except for Interlisp Online, of course).

https://blog.pragmaticengineer.com/why-are-cloud-development-environments-spiking-in-popularity-now/

#ide #cloud #development

MireilleRaquel, to programming

What is your favourite IDE? I'm not a Emacs fan but this is interesting.

https://github.com/jart/emacs-copilot

#programming #softwareengineering #softwaredevelopment #ide #emacs #copilot #coding

davidbisset, to random
@davidbisset@phpc.social avatar

Wow. This is #developer oldschool stuff:

"The #IDE we had 30 years ago... and we lost"

https://blogsystem5.substack.com/p/the-ides-we-had-30-years-ago-and

I (vaguely) remember Borland Turbo and Turbo #Pascal. 👍🏻

leChris, to macos German
@leChris@digitalcourage.social avatar

Frage an die #Entwickler / #Developer unter Euch: Gibt es Empfehlungen für eine möglichst leichtgewichtige und dennoch funktionsreiche Entwicklungsumgebung (#IDE) für #MacOS, die folgende Bedingungen erfüllt:

  1. sollte möglichst für viele Betriebssysteme angeboten werden (#Linux und MacOS sind für mich Pflicht)
  2. die Lizenz sollte kein Abo-Modell sein
  3. Schwerpunkte: Webentwicklung (HTML, JS, CSS, PHP, Python)
  4. FOSS wäre ideal, aber kein muss ...

Hintergrund: Ich mag aus vielen Gründen #VisualStudio nicht mehr einsetzen. Mir selber taugt #SublimeText echt gut. Vor allem kostet eine Lizenz nur einmalig.

Kennt Ihr noch weitere Alternativen, die ich mir vor einem Kauf anschauen sollte?
(#NetBeans kenne ich recht gut, ist mir aber für meine Zwecke etwas zu schwergewichtig.)

Bitte gerne #teilen.

PS: Ich möchte aber keine Diskussion über Betriebssysteme beginnen ... 🫣 Danke vorab für Eure hilfreichen Gedanken ... 🙋🏼‍♂️

abcdw, to scheme
@abcdw@fosstodon.org avatar

Published my EmacsConf 2023 talk about new Guile Scheme IDE on my channel:

https://youtu.be/F-H3YQywr-4
https://diode.zone/w/15mVrxS2ywDny5NeENifTw

You can find Q&A in etherpad:
https://pad.emacsconf.org/2023-scheme

Feel free to ask more, anywhere you feel comfortable to.

#guile #scheme #ide #emacs #guix #rde #nrepl #clojure #lisp

scy, to opensource
@scy@chaos.social avatar

PSA: If you’re working on code, or basically collaborating on with anyone, make sure that your or understands !

https://editorconfig.org/

It’s a really helpful way for teams to define basic style settings for the project, which ensures consistent files and reduces unnecessary merge conflicts.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • tester
  • thenastyranch
  • magazineikmin
  • InstantRegret
  • tacticalgear
  • ethstaker
  • rosin
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • Durango
  • DreamBathrooms
  • megavids
  • ngwrru68w68
  • normalnudes
  • cisconetworking
  • Leos
  • love
  • cubers
  • osvaldo12
  • mdbf
  • anitta
  • provamag3
  • modclub
  • GTA5RPClips
  • JUstTest
  • All magazines