Sidebar

JetBrains

jetbrains
JetBrains thejvmbender 7 hours ago 100%
Good news from today, I got my open source licence from for https://github.com/ozkanpakdil/swaggerific thank you #jetbrains 🤓

Good news from today, I got my open source licence from [@jetbrains](https://programming.dev/c/jetbrains) for [https://github.com/ozkanpakdil/swaggerific](https://github.com/ozkanpakdil/swaggerific) thank you [#jetbrains](https://techhub.social/tags/jetbrains) 🤓

3
0
jetbrains
JetBrains raptor 3 days ago 93%
Not a fan of the #AI hype at all, but #RustRover new full line code completion feature is impressive

Not a fan of the [#AI](https://infosec.exchange/tags/AI) hype at all, but [@jetbrains](https://programming.dev/c/jetbrains) [#RustRover](https://infosec.exchange/tags/RustRover) new full line code completion feature is impressive [https://blog.jetbrains.com/blog/2024/04/04/full-line-code-completion-in-jetbrains-ides-all-you-need-to-know/](https://blog.jetbrains.com/blog/2024/04/04/full-line-code-completion-in-jetbrains-ides-all-you-need-to-know/)

14
4
jetbrains
JetBrains selrahcd 7 days ago 100%
Do you find it tedious to build a file tree with snake-case text and dates to create the file for your blog posts?

Do you find it tedious to build a file tree with snake-case text and dates to create the file for your blog posts? I do too! In this blog post I show you how I automated that with Webstorm. I'm pretty sure it works with all other [@jetbrains](https://programming.dev/c/jetbrains) IDEs! [https://blog.charlesdesneuf.com/articles/create-a-new-file-at-the-right-place-with-prefilled-content-thanks-to-jetbrains-ides/](https://blog.charlesdesneuf.com/articles/create-a-new-file-at-the-right-place-with-prefilled-content-thanks-to-jetbrains-ides/)

6
0
jetbrains
JetBrains ian 3 weeks ago 100%
Kicking off afternoon sessions (after sponsors @getsentry and ) at #Laracon is @rissabubbles talking about how D&D can be applied to software dev.

Kicking off afternoon sessions (after sponsors [@getsentry](https://fosstodon.org/@getsentry) and [@jetbrains](https://programming.dev/c/jetbrains) ) at [#Laracon](https://phpc.social/tags/Laracon) is [@rissabubbles](https://hachyderm.io/@rissabubbles) talking about how D&D can be applied to software dev. (Should have sent earlier but cell network issues)

5
0
jetbrains
JetBrains sifex 4 weeks ago 100%
Looks like some of your k8s ingresses are presenting self-signed. Lots of workers got this dialog pop up just now.

[@jetbrains](https://programming.dev/c/jetbrains) Looks like some of your k8s ingresses are presenting self-signed. Lots of workers got this dialog pop up just now. DMs open ``` codewithme-lobby.api.jetbrains.comcodewithme-relay-europe-north1-1.api.jetbrains.comcodewithme-relay-europe-north1-2.api.jetbrains.comap-help.api.jetbrains.comoauth2-proxy-api.api.jetbrains.com ```

8
1
jetbrains
JetBrains JackbyDev 1 month ago 83%
Make IntelliJ IDEA warn for potential NullPointerExceptions during unboxing without assuming everything is @Nullable? stackoverflow.com

Link to a (frustratingly) deleted question on Stack Overflow. Text and image copied below incase you don't have the ability to see it. (Not sure why the image shows multiple times.) --- Is there any way to more granularly control IntelliJ IDEA's inspections' "Nullability and data flow problems" option "Treat non-annotated members and parameters as `@Nullable`"? Preferably for unboxing specifically? I am aware I can use a variety of `@Nullable` annotations in a variety of places in the code to make the warnings appear. That's not always an option as the place the boxed primitives are coming from may be other libraries you don't have control over. *(Imagine if the `Holder` record below was from a different project.)* I included other examples below to illustrate my point. public class Sample { private final Boolean value; public Sample(Boolean value) { this.value = value; } private boolean isValue() { return value; // I would like a warning here } private static Boolean boxedTrue() { return true; } private static boolean unboxedTrue() { return boxedTrue(); // No warning here, but that's understandable since never null } private static Boolean boxedNull() { return null; } private static boolean unboxedNull() { return boxedNull(); // Only warning in the file (by default) // "Unboxing of 'boxedNull()' may produce 'NullPointerException' } public record Holder(Boolean value) {} public boolean openHolder(Holder holder) { return holder.value(); // I would like a warning here } } When "Treat non-annotated members and parameters as `@Nullable`" is enabled, the following gives warnings. While that makes sense given the name of the option, there is code like this literally everywhere. It adds hundreds of warnings to my project. I'm trying to find more granular choices. public static ZonedDateTime timeStuff(LocalDateTime localDateTime, ZoneId zoneId) { return localDateTime.atZone(zoneId); // I do not want warnings for this } I see that the Java Class Library has JetBrains annotations despite not actually being annotated. Is there perhaps some way to add these automatically to libraries if there is no better way to control the inspection? ![Showing `@NotNull` and `@Contract` annotations on `LocalDateTime.atZone(ZoneId)`](https://i.sstatic.net/3KU4Iqbl.png)

4
2
jetbrains
JetBrains diekenbrock 1 month ago 87%
Just installed the new version 2024.2 of #webstorm

Just installed the new version 2024.2 of [@jetbrains](https://programming.dev/c/jetbrains) [#webstorm](https://digitalcourage.social/tags/webstorm) I really really hate the new UI and I am very annoyed how Jetbrains tries to force me to use it. Now it's even just a plugin 😠 Jetbrains, I'm a paying customer. This will stop at the moment when you no longer support the classic ui.

6
5
jetbrains
JetBrains hlrx 1 month ago 50%
What de hell is this ? (PhpStorm 2024.2) #phpstorm #jetbrains #php

What de hell is this ? (PhpStorm 2024.2) [#phpstorm](https://techhub.social/tags/phpstorm) [#jetbrains](https://techhub.social/tags/jetbrains) [@jetbrains](https://programming.dev/c/jetbrains) [#php](https://techhub.social/tags/php)

0
5
jetbrains
JetBrains errata 3 months ago 91%
All popular IDEs (and most apps) seem stuck in a single-monitor paradigm. When are we going to get an IDE that sets the bar for working with multiple monitors? For inspiration, look at multi-monitor

All popular IDEs (and most apps) seem stuck in a single-monitor paradigm. When are we going to get an IDE that sets the bar for working with multiple monitors? For inspiration, look at multi-monitor audio engineering consoles. Please [@jetbrains](https://programming.dev/c/jetbrains)

40
17
jetbrains
JetBrains sethlopez 4 months ago 100%
Messed around this weekend trying to make a desktop app with #Kotlin and #ComposeForDesktop, and it's clear to me that it still has a long way to go. The documentation for it is severely lacking and

Messed around this weekend trying to make a desktop app with [#Kotlin](https://mastodon.social/tags/Kotlin) and [#ComposeForDesktop](https://mastodon.social/tags/ComposeForDesktop), and it's clear to me that it still has a long way to go. The documentation for it is severely lacking and [#KMP](https://mastodon.social/tags/KMP) libraries really seem to be focused on mobile rather than desktop. Then there's [@jetbrains](https://programming.dev/c/jetbrains) Slack, which would be cool to use to ask questions if only I could figure out how to get access. You can read archives, but if people link to other threads or messages, the link simply doesn't work.

6
0