NireBryce , to Random stuff
@NireBryce@hachyderm.io avatar

if you're constantly tripped up by 's File Tree having basically no indentation such that it's hard to determine levels visually, there's an easy fix that's labeled badly (and will affect all trees in the UI that aren't the code editor window):

settings -> search workbench tree indent -> set to like 24px instead of 8 px

https://stackoverflow.com/questions/55310734/how-to-add-more-indentation-in-the-visual-studio-code-explorer-file-tree-structu

irfan , to Random stuff
@irfan@sakurajima.social avatar

I feel like the only complaint I have of , is that I use text editors like Kate/ a lot for searching certain keywords - this is a common use case I'm sure.

On VS Code this is easy, on Kate it can/should be too... except the arrows to go to the next or earlier iteration keeps moving when it reaches the very first iteration or very last iteration. It's such a little thing but genuinely frustrating - only bcos it is a very common use case when you're using a text editor like it.

itsfoss , (edited ) to Linux
@itsfoss@mastodon.social avatar

Let's discuss 🙂

diwen ,
@diwen@techhub.social avatar

@itsfoss I don’t know if this counts, but I would really like to in OSS version.

(once that bug gets fixed I can finally switch from the proprietary version)

xenodium , to Privacy
@xenodium@indieweb.social avatar

I’m building https://lmno.lol, a new blogging service

You can check out my blog mirror at https://lmno.lol/alvaro

Happy to send invites.

Please help me get the word out 🙏

video/mp4

schizanon , to Random stuff
@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.

smach , to rstats group
@smach@masto.machlis.com avatar
linuxmagazine , to Linux
@linuxmagazine@fosstodon.org avatar
itsfoss , to Random stuff
@itsfoss@mastodon.social avatar

Ever got confused between VS Code and VS Codium? Let us clear that out for you!

https://itsfoss.com/vs-code-vs-codium/

nixCraft , to Random stuff
@nixCraft@mastodon.social avatar

Today, I am in a good mood. Let me guess your programming language by the IDE you use.

Drop your IDE 👇

chfkch ,
@chfkch@ruhr.social avatar

@nixCraft
Day job: & & one which would give it away
Hobby: & & rarely

steven , to Random stuff
@steven@gts.passthejoe.net avatar

I'm trying to figure out GUI development workflows for .

I went through a whole thing to connect the to a , and while it worked, it was kind of underwhelming. Yeah, I can access the toolbox from the editor, but I can't compile/run from the VSCode menus.

If I'm not getting full integration in the IDE, why not just have a separate terminal with the Toolbox open?

I'm not sure why I can't just compile a C++ program from VS Code due to whatever Flatpak SDKs are already on the system.

I have trouble understanding how GNOME Builder "works" for non-GNOME/Flatpak development use cases. Just getting a binary out of there seems difficult.

For now I'm just falling back to the Geany Flatpak with Toolbox in a terminal. That's simple, and it works.

I'd like to be able to compile/run C++ and Ruby from an IDE, but I don't see it happening. What about Java and Python?

I get that everything is about containers, but I'm not finding a lot of documentation that "normal" people can follow, and it's very short on "Here's a GUI IDE workflow for atomic/immutable distros that is easy and works." Is this solved in ?

regis , to Random stuff
@regis@phpc.social avatar

Excellent list of useful VSCode extensions for Laravel. I thought I had all the useful ones, but I missed 3 of them.

Thanks @sk138 for this!

https://seankegel.com/vscode-for-php-and-laravel

tchauhan , to Random stuff
@tchauhan@mastodon.mit.edu avatar

I know vscode is very easy to use, but this is definitely worth reading:

https://ghuntley.com/fracture/

It's the old "embrace, extend, extinguish". Try open-source alternatives like my emacs-groundup, or vim or what have you.

Programming is not meant to be a 'frictionless' experience. Nothing is. Stop buying into this consumer-centric bullshit.

jibsaramnim , to Linux
@jibsaramnim@mastodon.social avatar

I'm joining the party a wee bit late. Upgrading my little work machine (a NUC-like AMD powered little box from a company called ) to 39 was super smooth once I was told the fedora-modularrepo was no more.
I'm actually running the community image with a few applications layered on (, , , ), but it all went swimmingly.
I really do love the immutable OS setup. Good stuff.

nurkiewicz , to Random stuff

Command palette is a game changer in complex apps. Don't remember where a particular feature is located? Just search for it!

Cmd + Shift + P:
Cmd + Shift + A: IDEs, like ,
Cmd + Shift + K: @elk client
/: @GIMP
Cmd + P: terminal, @obsidian

Do not confuse command pallete with search everywhere (typically Cmd+K) in , , , . It searches through your documents/files, but not through commands and options.

asmodai , to Random stuff
@asmodai@mastodon.social avatar

So Visual Studio Code now has a command center at the top and center of the editor window.

i am surprised not more people complained about this.

Yes, I understand the centering of the command center takes the arrows to its left side into account, but it doesn't negate the visual noise it causes when you use the command palette which seems misaligned to it.

And this is why usability is such a field on its own.

tao , (edited ) to Random stuff
@tao@mathstodon.xyz avatar

Was pleasantly surprised to see autocomplete a form letter I was writing (using the + setup I have recently switched to). Given just the opening paragraph and a further sentence, it suggested the remainder of the paragraph that was quite close to what I had actually intended to write, and I was able to complete the form letter in less than half the time I had expected by performing minor edits to the Copilot suggestions.

The letter contains some personal information regarding the subject of the letter, so I cannot share it here; but I can share a typical screenshot of how the autocomplete would work in the paper I recently finished. In attempting to autocomplete an outline of the proof, Copilot does manage to quote relevant results from elsewhere in the paper, but then wanders off into stochastic analytic number theory nonsense. Outside of some very short autocompletions or when writing some repetitive patterns of text, I have found it more amusing than useful while writing math papers thus far, but it may well surprise me in the future. (My previous paper was largely written using my previous editor, so I have not yet fully tested out the new setup on a longer math writing project.)

tao , (edited ) to Random stuff
@tao@mathstodon.xyz avatar

Every five to ten years, I make the effort to switch my editor to a more modern one. This process has now iterated several times back from when I was a graduate student in the mid-1990s using vi from a UNIX shell to write in plain TeX. On the suggestion of a reader here, I installed + + + as an upgrade from my current setup of +
which I had been using for almost a decade, and am recording my first impressions here (which will most likely be quite naive for existing VSCode users).

The installation had no problems (other than the four hours needed to download TeX live on a slow internet connection). I began experimenting with various features. So far I have mostly played with the user-defined code snippets feature, which can allow me for instance to create an entire corollary environment by typing in a trigger word (I chose "cor") and pressing tab (see enclosed screenshots). Strangely enough I had a version of this functionality 20 years ago during a brief period when I experimented with using Microsoft Word as a LaTeX editor purely for the ability to use Visual Basic macros (though I abandoned this shortly after due to the lack of other LaTeX-friendly features). I could certainly see myself using this feature frequently as a time-saver.

So far the AI-powered Copilot suggestions have been mainly useful for filling out the snippet functionality: after giving a few examples of the snippets I wanted, it was able to suggest more that I could accept, again with the single click of the tab key.

(Incidentally, the screenshots are displaying a paper which I will be putting on the arXiv shortly. Stay tuned...)

alephoto85 , to "Hello, World!" - Programmazione 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

chris , to Programming
@chris@omgwars.com avatar

Despite it's widespread popularity, I've been skeptical about VS Code in my own workflows. However, after seeing in action, I've been trying it out myself and it's pretty great.

I'll continue using BBEdit for a couple more decades, but VS Code will be a nice addition to projects.

Good job, Microsoft!

jdsalaro , to Programming
@jdsalaro@mastodon.social avatar

Hey there 👋!
I just published a comparison of my favorite, , typefaces for https://jdsalaro.com/blog/best-programming-fonts , let me know what you think 👍

walkerb , to Random stuff
@walkerb@infosec.exchange avatar

I recently installed Fortran and wrote a program in it for fun.

VSCode had an extension for it, which provided syntax highlighting and intellisense.

For some reason it did not come with build and launch commands configured. So I spent some time a little earlier figuring them out.

Put it into a video I hope others find helpful.

Showing how to add build and launch tasks to VS Code

  • All
  • Subscribed
  • Moderated
  • Favorites
  • supersentai
  • WatchParties
  • Rutgers
  • steinbach
  • Lexington
  • cragsand
  • mead
  • RetroGamingNetwork
  • mauerstrassenwetten
  • loren
  • xyz
  • PowerRangers
  • AnarchoCapitalism
  • kamenrider
  • Mordhau
  • itdept
  • neondivide
  • space_engine
  • AgeRegression
  • WarhammerFantasy
  • Teensy
  • learnviet
  • bjj
  • khanate
  • electropalaeography
  • MidnightClan
  • jeremy
  • fandic
  • All magazines