#IntelliJ)
Explore tagged Tumblr posts
Text
#I bundled some together bc I had limited slots and wanted to make the best use of them#I would’ve liked to include more though#codeblr#progblr#linux#linuxposting#vi#vim#neovim#emacs#vscode#notepad++#sublime text#IntelliJ
149 notes
·
View notes
Text
The IntelliJ shortcut to run your code is ctrl+Shift+F10
WHO USES THAT. WHAT IS THAT.
It’s like it was MADE to discourage you from using it
23 notes
·
View notes
Text
Hey guys! If you have JetBrains IDEs you can have a pet like VScode!
#cosmickittytalk#codeblr#csharp programming#girls who code#csharp#csharp is superior#programming#code pet#Jetbrains#rider ide#intellij#Clion#pycharm#Webstorm#blazor website development#blazor programming#blazor#.net developers#.net framework
4 notes
·
View notes
Text
So I'm playing around with Angular. I'm not really a fan. I think the HTML syntax for it was created in Hell. But it runs nicely on my 15" MacBook Air.
Yes, the logged in user is Felonius Gru
Programmers gonna program


2 notes
·
View notes
Text
Brief CLion Adventure
Or: How Not To Remove Features.
Recently, I started setting my PC to light mode again, just because it's becoming easier on my eyes during daytime. Mostly that's just flipping a switch in the system settings, and most of my apps respond to that already. Some applications only support one mode, some need a switch flipped inside the app settings, no big deal.
CLion used to support responding to the system theme automatically, but support for that was apparently removed for Linux an update or two ago. I don't know why.
Now, since CLion doesn't do it automatically anymore, I'm trying to switch the IDE to light theme manually. But it doesn't let me. The button to switch themes is completely greyed out, and there's no other theme-related option in sight. A quick web search for the problem yields nothing useful. I know for a fact that CLion supports a light theme (heck, it even supports custom themes), so why isn't it letting me switch?
I search around more for how appearance settings are supposed to work, and eventually, on the "Run CLion for the first time" page, I find this unassuming image:
You might already have a suspicion where this is going from that image, and I do too at this point.
So to check if my idea is correct, I desperately search for the CLion configuration files. The location doesn't seem to be well documented on the internet, but I find them in ~/.config/JetBrains/CLion2023.2/options. Makes sense. Quickly grep for "Theme" in that folder, looks like the theme settings are in laf.xml.
Huh that is interesting, it still has the autodetect setting set to true.
Changing it to "false" manually fixes the issue. And I'm laughing out with my head in my hands at this being the actual fix.
To explain, what must have happened is, when dropping support for autodetect on Linux, JetBrains removed the "Sync with OS" checkbox, but forgot to change the setting to false for Linux users. So now, if it's still applied from before the feature was dropped, it doesn't do anything substantial, but the code to grey out the actual theme setting is still in effect!
3 notes
·
View notes
Text
I love auto-generating javadocs.
2 notes
·
View notes
Text
Project update
Approaching the half-year mark for the open-source coding challenge I started in June. Here are current statistics:
+ 34K lines of Java (up from 29K lines on 11 November)
+ of those, 12K are tests or examples (up from 8K)
+ 19K lines of C++ (up from 17K)
These days I'm mostly translating the JoltPhysics "samples" application from C++ into Java. I use translation to uncover important functionality that my JVM bindings haven't exposed yet. It's slow, repetitive work, but there are occasional opportunities for problem solving. I have a high tolerance for repetitive work, but it's not unlimited. Soon I'll need a break from the current grind.
I recently imported my project into IntelliJ's IDEA development environment. I use Apache NetBeans for most of my software development, but IDEA has an automatic code-inspection tool I like to use occasionally. The tool uncovered dozens of problems I was glad to fix. However, it also reported thousands of false positives---things it thinks are problems but I do not. My experience with automated inspection tools is that they are invaluable on occasion, but for a given project, their benefit/cost ratio declines rapidly after first use.
#free tools#open source software#software development#coding#jvm#cplusplus#repetitive#intellij#apache#work in progress#automation
0 notes
Text
Cucumber is a widely-used tool for Behavior-Driven Development (BDD) that helps teams collaborate on creating automated acceptance tests. It uses a plain-text language called Gherkin to describe the behavior of software, making it easier for non-technical stakeholders to understand. IntelliJ IDEA, a powerful Integrated Development Environment (IDE) by JetBrains, supports various plugins that enhance its functionality, including the Cucumber plugin.
0 notes
Text
Explore the distinctions between Spring and Spring Boot in Java development, aiding developers in 2024. Enhance your coding journey.
0 notes
Text
7 years ago, I saw the Rochester eclipse. This year's was a bit different...

#Eclipse#2024 Eclipse#2024 Solar Eclipse#IntelliJ#Java#Programming#Coding#Joke#Rochester#Rochester NY
1 note
·
View note
Text
JetBrains IntelliJ IDEA Ultimate 2023.3.3 For Mac
JetBrains IntelliJ IDEA Ultimate 2023.3.3 Publication type: macOS SoftwareThe release took place: 01/25/2024Supported OS: macOS 10.15 and higherDeveloper: © 2000-2024 JetBrains sroOfficial site: link Interface language: English Treatment: includedType of medicine: serial number System requirements: • macOS 10.15 and higher• Intel 32/64-bit CPU• Apple M+ chip Description:IntelliJ IDEA is the…
View On WordPress
0 notes
Text
My recent Java projects I've written in the morning to fire up my brain for the day. The coffee one I wrote in the coffee shop I went to this morning. The other I wrote for @monydragon
#self improvement#codeblr#cosmickittytalk#girls who code#coding exercises#java#java programming#intellij#learning programming#programming
3 notes
·
View notes
Text
Accelerate Your Coding Workflow: Unleashing the Power of Codium, the AI-Driven Developer Toolkit
Accelerate Your Coding Workflow: Unleashing the Power of Codium, the AI-Driven Developer Toolkit
Step into a new paradigm of coding proficiency and efficiency with GenAI. Revolutionizing the developer experience, GenAI is an AI-powered toolkit designed to elevate your coding capabilities. From its in-house models to its expansive language support and integrated chat assistant, GenAI is reshaping the coding landscape. Experience rapid code autocomplete, seamless integrations across your…
View On WordPress
0 notes
Text
my strategy for learning java involves downloading like thirty intellij themes
1 note
·
View note
Text
It’s another sarah coding day. So far we’re starting off well with downloading eclipse only to remember I literally have IntelliJ and the files I’m working with were OG from there anyways.
#Sarah coding#big brain#I- I usually grumble a lot about IntelliJ and like. pycharm but I’m not like. in love with eclipse#look I can complain about any ide#I’m an equal opportunity complainer#I have a lot of issues from my emacs era a few years back#I want more languages to have just a built in thing for me#at least idle works like. twenty percent of the time for me-
3 notes
·
View notes