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

abcdw, to scheme
@abcdw@fosstodon.org avatar

All the basics of Arei Scheme IDE in 5 minutes. Overview of functionality avaliable in 0.9.4.

mpv https://youtu.be/ygeph9Uet9A

https://git.sr.ht/~abcdw/emacs-arei

#guile #scheme #lisp #ide #nrepl

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

khalidabuhakmeh, to Software
@khalidabuhakmeh@mastodon.social avatar

When you switch your #IDE to a light mode theme. #development #software

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

MSicc, to programming
@MSicc@dotnet.social avatar

2024.1: A Better Experience for , Performance Monitoring, and Game

https://blog.jetbrains.com/dotnet/2024/04/09/rider-2024-1/

FrVaBe, to Java German
@FrVaBe@mastodon.social avatar

Ihr fragt Euch ob Intellij oder eclipse populärer ist? Dann schaut mal in die Hashtag Top 10! #Java #IDE

Ich finde alleine raus...

pixel, to macos
@pixel@social.pixels.pizza avatar
anderseknert, to programming
@anderseknert@hachyderm.io avatar

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

I mostly use / for large projects, and 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.

iliveinatechworld,
@iliveinatechworld@techtoots.com avatar

@anderseknert No. Visual Studio, for instance, is Windows only, although I guess that is really more than just editor.
I would call VS Code an IDE as well, but there are those that claim it doesn't have all the functionality of one.
And XCode is macOS only.

reinoudk, to Engineering
@reinoudk@mastodon.nl avatar

𝗔 𝘁𝗿𝗮𝗶𝗻 𝗰𝗮𝗿 𝗱𝗲𝘀𝗶𝗴𝗻 𝗳𝗼𝗿 𝗱𝗮𝘆 𝗮𝗻𝗱 𝗻𝗶𝗴𝗵𝘁

"Actually, the business case of the #Nighttrain doesn’t quite addup," explains #IDE alumnus Annabelle Out. That’s why Annabelle designed a carriage interior for both day and night trains as part of her graduation project for the #Engineering firm Royal HaskoningDHV.

https://www.tudelft.nl/en/ide/delft-design-stories/a-train-car-design-for-day-and-night via #TUDelft

📷 © Annabelle Out

#Design #IndustrialDesign #IndustrialDesignEngineering #InteriorDesign #Railways #NightTrains #Trein #Nachttrein #Spoorwegen

ewen, to random French
@ewen@mastodon.fedi.bzh avatar
hywan, to rust
@hywan@fosstodon.org avatar

Helix 24.03 released, https://helix-editor.com/news/release-24-03-highlights/.

Highlights:

• Amp-like jumping
• Block comments
• Improvements to tree-sitter injections (so cool!)
• Internal improvements (regex-cursor is pretty impressive)

Full changelog: https://github.com/helix-editor/helix/blob/master/CHANGELOG.md#2404-2024-03-30

fell, to VisualStudio
@fell@ma.fellr.net avatar

I was trying out JetBrains Rider again...
→ is an IDE, so primarily for looking at text
→ no support for BGR subpixel rendering, RGB only
→ no support for bitmap fonts
→ no way to adjust the font or the size of inlay hints

How can an IDE have such shitty text rendering? I don't want my code to look blurry.

Note: Visual Studio isn't any better, but VS Code is.

nicod, to python
@nicod@mstdn.science avatar

Can anyone recommend a good free #python #IDE ? I've been primarily programmed in #Rstats for years, and #PyCharm is no longer free.

hugovk,
@hugovk@mastodon.social avatar

@nicod They have a free version too:

"We value the vibrant Python community, and that’s why we proudly offer the PyCharm Community Edition for free, as our open-source contribution to support the Python ecosystem."
https://www.jetbrains.com/pycharm/download/

Compare:
https://www.jetbrains.com/products/compare/?product=pycharm&product=pycharm-ce #Python #PyCharm #IDE

jbzfn, to vim
@jbzfn@mastodon.social avatar

🧑‍💻 Modern IDEs are magic. Why are so many coders still using Vim and Emacs? - Stack Overflow

“Primarily it’s about ubiquity,” says BSD runner Tim Chase. “I can sit at any Unix-like terminal (Linux, BSD, Solaris, whatever), type ‘vi’ (or ‘ed’) and have a powerful editor that works even if my terminal isn’t configured quite right (e.g. sending certain keys or key combos) and without needing to install anything.”

https://stackoverflow.blog/2020/11/09/modern-ide-vs-vim-emacs/

#Vim #Emacs #IDE

qaqelol, to vscode
@qaqelol@toots.niark.nexus avatar

Someone made a Visual Studio Code extension to highlight docstrings in python ! I needed this soo much :pleading_face_3d:

https://github.com/rodolphebarbanneau/python-docstring-highlighter

dmenis, to vscode
@dmenis@fosstodon.org avatar

PyCharm has local history which at times can save you a lot of work.

Didn't know that #VSCode has this as well. Fantastic.

https://www.kevinboosten.dev/vscode-file-local-history #programming #ide #Python #javascript

psvensson, to programming
@psvensson@techhub.social avatar
jbzfn, to linux
@jbzfn@mastodon.social avatar

🧑‍💻 26 Best Free and Open Source Linux Integrated Development Environments | LinuxLinks

https://www.linuxlinks.com/ide/

#ide #linux #opensource

stphrolland, to programming
@stphrolland@mathstodon.xyz avatar

I don't know if I have become old

I have witnessed a book with all its code examples all written in a font WITH SERIF !!!

I clearly feel the sense, I mean the eternal condemnation that I will never open this book again

Or if I do it will be only so as to check that my a priori is good: that this is a bad book with bad advices for bad programmers who do not know how to choose their good code-programming font

I wonder if I have become old...

#programming #IDE

skerit, to vscode
@skerit@elevenways.be avatar

The time between discovering that this "Extension bisect" feature existed and actually needing it was about 2 hours.

Also: VS-Code says my keyboard is FR, when it's BE. It's always been like that 🤷

Also also: the culprit was Github Copilot Chat. For some reason it kept lagging everything till it crashed :blobcatshrug:

schizanon, to vscode
@schizanon@mastodon.social avatar

Motherfuckers will spend hours of their life tweaking and fixing their vim config just to get the same functionality as a fresh VSCode install. Get a real job.

linuxiac, to opensource
@linuxiac@mastodon.social avatar

NotepadNext 0.7 cross-platform code editor introduces a QuickFind wrap indicator, persistent bookmarks, Python enhancements, and more.
https://linuxiac.com/notepadnext-v07-code-editor/

#opensource #ide #coding

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