Intellij-idea Questions
Ad
Disable global Ctrl-Alt-L hotkey in KDE
The intellij idea short-cut to reformat source code is ctrl+alt+l. this happens to lock the screen in kde (gnome
How to copy jar-with-dependencies in my webapp\myfolder in maven Idea
I have the maven project in idea with two modules: 1)web and 2)web-start-swt-jar. the web-start-swt-jar pom.xml is configured to package
Updated IntelliJ, can't find shelf?
I updated my intellij to 2021.3.3, now i can no longer find my shelf tab. it's no longer showing up on the git tab, and i don't see it under view
Error message when opening IntelliJ, from command line in Linux
I changed my intellijs base jdk, to try and fix an error, and now it will not even let me open up intellij. i tried to re-install, but that did
How do I connect to a MySQL Database in Python with a RaspberryPi
I'm a student and i'm trying to write some sensor values into a mysql database. as ide i'll be using inteliji. first off i started by
Running npm install .nvmrc gets populated with seemingly random node version
Running npm install from my project creates an .nvmrc file under ./node_modules/sockjs-client/.nvmrc
IDE does not recognize that function signature in sub-class matches base method
I have a base class with a function that is overridden in subclasses. the signature of the function is also (partially) changed, in a way that
How do I convert square brackets to curly bracket in text using by regular expression?
How do i convert square brackets to curly brackets in text using regular expression? i'm trying to convert
How to show full WebStorm information in event log window of IntelliJ?
I have a git pre-commit, like this { "githooks": { "pre-commit": "lint-staged" }, "lint-staged": {
Ad
Installing Python 3 Plugin for IntelliJ IDEA Community Edition
I'm running the latest version of intellij idea community edition and have python 3.7 downloaded and installed. the trouble is, my console with
Could not Resolve Symbol R After Migrating to Androidx
After migrating to androidx,my project start displaying a red underline error which says could not resolve r. i have tried googling
Remote debugging nodejs app in Intellij with Docker - port already allocated
I want to start debugging node.js app using intellij and node.js interpreter running on docker. while running the app works, when i try to debug i
Which Java Development Kit for Android development in IntelliJ Ultimate
I want to develop an android application using intellij idea ultimate and not android studio (since the android development functionalities are
What is the shortcut to Hide Active Tool Windows in Android Studio?
In android studio, when we want to hide active tool windows, we could see that in the menu. however i can't understand the shortcut symbol. shift
IntelliJ refuses to setup Gradle JVM: Found invalid Gradle JVM configuration
I have the following problem: i try to setup intellij to use my local gradle installation but when idea starts i get the following error message
Mocking a DateTime parameter input
Has anyone had issues supplying the any mockito method to a datetime mock method parameter? basically i have this method
How to ignore annotation when generating Getter?
I've created a simple getter generator to generate an "optional-getter" which wraps the field inside an optional. the problem is when the field is
Applying API changes after checkout from VCS as refactorings (preferably inside the IntelliJ platform)
Are there ways to automaticlly apply changes of an api or library that have been made while in parallel there was ongoing development of the
Live Edit - Intellij, Expressjs, nunjucks
Currently unable to get the template views updating with intellij live edit within a node expressjs app using nunjucks. debug
How to auto replace into lambda expressions in Android Studio
I enabled lambda expressions in android studio and it works fine, but each time i use shortcuts to write down a new interface it shows in the
Ad
How to compile a Flutter application on a docker container on Intellij Idea?
I have a full docker image that has flutter sdk, android sdk, dart sdk, etc, all installed and in the $path. i made it work on intellij
How can i get rid of the red background in the laravel errors' console output
I just set up intellij idea to work with laravel but the console output is not clear see image to know more about what am saying
Problem integrate google firestore with Javafx project
I have created a javafx project with intellij idea and want to integrate it with google firestore/firebase. but i am having problem. i
How to hide IntelliJ IDEA's "Background tasks" window from the keyboard?
Intellij idea's background tasks window can be shown by following window → background tasks → show in the
Find and Replace both not working after updating to Android Studio 4.2
I have a mac. just updated to 4.2 and now find and replace both don't work. the keyboard shortcuts as well as the edit>find>find... and
How to debug react project generated by jhipster at intellij-idea?
How do i debug a react application generated by jhipster at intellij-idea? using built in debug at intellij-idea i can debug only the
How to change the namespace prefix color inside XML files in Android Studio
I want to change the color of the namespace prefix such android app tools etc. i opened the
PhpStorm take undefined variable error for passes variables to view
I'm using last version of phpstorm v2019.2. in this version take undefined variable for all passed variable to view from
How to send a Greeting Message with a Discord Bot - NodeJS
I'm trying to develop a discord bot and i want it to send a greeting message when someone is added to the server. i'm getting this error :
Which IDE is compatible/suitable for developing Flutter/Dart Apps on Apple Silicon M1 so that I can test on ios Simulator and android Emulator?
I want to develop and test app on simulator/emulator using flutter on apple silicon m1. please suggest which ide should i use and
How do I create a flutter project despite the error "At least one platform must be selected"?
I'm trying to create a new flutter project in intellij and i get the error "at
Ad
Flutter: Sending variable from one page to another by calling STF widget
I am trying to create a flexible navigation system, that uses one page to display different things pulled from a database. for example if i would
How to editing Android code in IntelliJ IDEA for Flutter
How i enable editing of android code in intellij idea, how to configure the location of the android sdk?
Cant get Github to show under control version on intellj
I cant get github to show under control version on intellij i'm new to github, but i made an account and tried signing in under
How to get logcat working on Intellij Idea on Flutter project?
Logcat simply won't appear when i open a flutter project on intellij idea 2020.3. i'm using it instead of android studio because of docker
Intellij IDEA Ultimate android layout preview not working waiting for build finish
intellij idea 2018.2.5 (ultimate edition) build #iu-182.4892.20, built on october 16, 2018 licensed to intellij idea evaluator
IntelliJ: Jump to declaration in node modules when TypeScript community stubs are present?
In intellij (and webstorm), when working on a javascript project (react, npm), you can have the ide download typescript community stubs in
Dart Analysis server has terminated
I develop in flutter for 1 year and suddenly i faced this error after launching intellij idea. the dart analysis has stopped to work. and only way
Flutter / Dart cannot find java and $JAVA_HOME
I am following the official tutorial on flutter.dev but i
Code completion in IntelliJ with Flutter/Dart plugin gives incorrect suggestion at first
I have coded in java with intellij and found that the code completion works perfectly. but when i tried to code in a new language (dart), the
Intelllij Idea Not able to detect My iOS Device
I created a flutter app and it is not detecting my ipad.
Apply ESLint rules only to some files by pattern in IDEA
My nodejs project has the following structure: project | |- client | | | |- .eslintrc.yml | | ... | |- server ...
Ad
Error launching studio: "Could not find main class com/intellij/idea/Main" when installing Android studio
I'm currently having an issue installing android studio. whenever i clicked on studio.exe to begin installing it pops up with an
Error while installing angular cli globally
I am new to this platform. i am using intellij idea ultimate edition. i installed node js version v10.14.2. i tried using the command
Android Studio - invalidate vs restart vs invalidate and restart
When you go to file -> invalidate caches/restart you can see three options presented to you: 1) invalidate 2) just restart
Why the following bitwise operation will generate a Numeric Overflow?
I have the following rather straight forward bit-wise operation final int mask = ((1 << 31) - 1); however,
Android studio white cursor not letting me to type
I have gone through this post and tried all the
When I execute (idea .) in git bash (Intellij Idea opens But) its stops until I close the intellij idea why?
[email protected] mingw64 /f/newfolder/learning $ idea . (cursor stays here until i close idea) cmd does not behave
Libgdx project fails to compile with 'Cannot change strategy of configuration ':android:natives''
The issue is very easy to recreate using either idea or android studio. using latest libgdx project creator (gdx-setup.jar) create android
Can't generate signed apk, error downloading resource
When trying to generate a signed apk using android studio 3.1.3 i get the following error:
Is there any shortcut to add Flutter pub packages in Android Studio?
Vscode allows you to add packages using search tool from pub.dev, is
WebStorm thinks Error constructor has zero args
Running webstorm 2019.1 with ecmascript 6 language level. if i do the following: new error('foobar'); it
Ad
Running multi platform Kotlin test in IntelliJ produces No JDK specified error
I have several tests in common module for multi platform kotlin project. when i execute those tests using gradle, e.g. ./gradlew
Unable to Import From main Java Directory Into test Directory (IntelliJ)
After i attempted to add the
How to prevent dartfmt to format single dot calls
Before using dartfmt, this is how my code looks:
Flutter auto fill Assists suggestions not working
I have been working on flutter for the past 6 months and suddenly my flutter auto-fill assists suggestions stopped working. i tried
Java vs JavaFx vs Android SDK in Intellij Idea
How should i choose among these buttons: java vs javafx vs android sdk in intellij idea start up? what are the difference among them? can you guys
Flutter web app option not found under dart templates while creating new dart project in Intellij IDEA
Version info flutter doctor -v: [✓] flutter (channel stable,
Adding firebase to JavaFX on windows
I know this is might be a noob question but that is what i am xd. i'm trying to add firebase to a java application i'm doing for windows
Intellij find in path not working for public/scripts in react project
I have a react project and the intellij shows the public/scripts as a different color. when i search word in project, it doesn't search from files
Workaround to select python SDK in Intellij 2018.2
I am having a problem that seems to a possible bug of intellij 2018.x i am running intellij 2018.2 (but the same happens with 2018.1) and
Android Flutter Debug - Device Not Authorized
Trying to debug my flutter app in my android (asus zenfone 3 max) without success. trying to find the problem, i ran the command:
How to make keyboard shortcuts work in detached windows of Android Studio 3?
I've moved project and source control tool windows to second monitor. now, when i'm trying to delete file or rename or smth else with keyboard
Ad
How can i get Auto Suggestion Bulb in intellji when hover over the widget in Flutter?
I'm using intellij idea (educational version 2019.3) ide for the flutter development. a few days before i got widget suggestions like this while
How to hot reload on both ios and android devices at the same time using IntelliJ IDEA?
I'm using intellij idea to code flutter and usually have 2 simulators running (ios and android). it is kinda annoying when i have to switch the
IntelliJ / WebStorm - Terminate vs Disconnect
Running a node.js process (not sure it is relevant). when i stop a process i get the following dialog:
Adding npm to Intellij Community
I want to integrate my existing project with npm to be able to efficiently manage my javascript packages. in
How does runBlocking supply a default value for context?
I am learning kotlin coroutines.
Exception in plugin Android Support - IntelliJ IDE FATAL ERRORS
Last night i was working normally on my project, and this morning i cant get most of the import plugins to work anyhow. already tried to
Delete error message in Intellij for import with an absolute path
I have set my react project to use absolute path in my import. all works fine at the compilation but intelij say me 'module is not installed'. how
JavaFX and IntelliJ no errors althought the documentation says I should have some
I'm currently following this tutorial: https://openjfx.io/openjfx-docs/
Program type already present: org.intellij.lang.annotations.Flow
I am getting this error whenever i try to run a program in kotlin. my gradle files are like this: project level gradle buildscript
How to build and run a default libgdx game using Intellij IDEA?
I am new to intellij idea and libgdx, i have worked on android studio before(it is build on intellij) so its rather similar. when i try
Ad
Does Intellij IDEa Ultimate have support for Node.js deployments in App Engine?
Do i miss something or there is no support for deployment of node.js apps in gcloud app engine? i found a separate plugin for php, full support
Setup custom config.json location for Grunt tasks in IntelliJ IDEA
I want to run my grunt tasks (through a gruntfile.js file) in my intellij idea. however, the config.json is located somewhere else which is
How to hide zoom controller from Android Studio Bumblebee?
On running android emulator in latest android studio bumbleebee, i'm seeing these controls on top of it. how can i hide or remove them?
WebStorm different ESLint config for each folder
I have javascript project which contain front-end and back-end folders. each of those folders holds different eslint config file. problem is that
Unable to use any java HttpServer methods
I have a really simple java httpserver class. but for some reason the httpserver methods, such as create(), createcontext()are unusable and marked
Enabling sql syntax highlighting in IDEA for particular string
I have sql query defined in a class as a static string: private static final string sql_query = "...sql query...";
Git switching branch policy in IntelliJ
I have created two branches for a project i'm working on with git in intellij. the first branch (a) i was working on modifying a file (call it
How to recompile and launch Java FX application with Maven and Intell IJ idea?
In tutorial for java fx application with maven, only following code was in pom.xml: <?xml version="1.0"
Error switching branches in intellij concerning .idea files
Currently i'm working on a project via bitbucket with a partner, i was recently trying to go with git checkout develop but then an
Connecting IntelliJ to weblogic server
I have a server that it has weblogic on its own. i develop my program with intellij. can i connect intellij to the weblogic server and just run
Push/pull to Github is broken in Android Studio and IntelliJ
I have ssh set up to authenticate with github from both android studio (3.0.1 - build #ai-171.4443003) and intellij (2017.3.4 - build 173.4548.28)
Ad
Intellij Git Error
I'm new to using both intellij and git. i'm working on a mac, if that matters. when attempting to use git in intellij i get two error
How to open selected files (all files) from favorites in Intellij Idea (2017)
I am working on a huge project in intellij and i am using "favorites" tab to organize the parts of project i am working on so i do not have to
Unable to run SonarLint analysis on the whole project
I just updated my sonarlint plugin to v3.2.1 in the latest version of intellij idea (community version 2018.1.1) and the tab where i could choose
Android Studio - Gradle build compiling unversioned class files
I've recently ran into this problem, and would like to know, if possible, whether there's a solution for it. basically in the project i'm
Strange JavaFX NPE "Location is required"
I am building a large javafx application with a lot of scenes and am now trying to deploy the application with maven. maven expects
'x' should probably not be assigned to 'y' warning in intellij
I'm practicing binary search trees. when i write this piece of code intellij throws warning: 'x' should probably not be assigned to
Change,modify and repackage CXF-API source file
I want to debug one of the class from cxf-api-2.7.6 jar file ,downloaded the source file with the help of intellij idea,but it does not contain
Git pre-commit hook behavior with Intellij Idea
I have a monorepo project with pre-commit git hook that bumps version in package.json files. this hook uses the following script:
JetBrains IDEs (WebStorm, IntelliJ, Pycharm. etc...) are not saving password for Bitbucket
I'm working in a bitbucket repo via webstorm, using git. at every operation (push, pull, etc...), it asks me to re-enter the credentials, though
IntelliJ - Unnecessary 'null' check before equals
All of a sudden
why is System.lineSeparator() deprecated?
The screenshot of my intellij ide as i could not post a picture
Ad
How to see git logs only for selected module in IDEA version control tab?
I've got multiple maven projects opened in idea in same window . when i click on version control tab ,it shows history for all changes combined
How to add fonts into Asset Studio that's part of Android Studio?
I am trying to create a very simple app launcher icon in text via asset studio. i'd like to know how could i add my own font in the source asset
Ad
Blog Categories
Ad