Dario
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
-
Created Settings sync not syncing
Hello, I've set up settings sync via a Git repository on my two computers and it's not working properly. I changed a settings property on the first computer, and this change was pushed to repositor... -
Created In Angular project, dependency is imported using "require" instead of ES6 import
In my Angular project, I have a dependency on moment.js. When trying to auto-import, it will Webstorm will import using require() instead of using ES6 syntax. The correct syntax is shown in the pop... -
Created Java EE - application.xml sometimes not generated
I have a project built from Maven. I've noticed that sometimes, when I do a Maven clean, and then rebuild project through IntelliJ, application.xml is not generated. Sometimes it's generated but wi... -
Created Generating artifacts for resource adapters from Maven
Does IntellJ supports generating artifacts for Java EE resource adapters from Maven? I would like to use IntellJ for deployment of such artifacts, if possible. I tried using the <packaging>rar</pac... -
Created Generating IntelliJ artifact from Maven
Hello,I have a Maven-based EAR application that I am deploying to Glassfish. IntelliJ generates its artifacts from my Maven POMs just fine, except for one tiny detail. I have a META-INF directory c... -
Created Namespace import of PHP classes
Hello,Does PhpStorm have the option of importing a namespaced class by inserting a `use` statement if it finds the class on the PHP include path? For instance, in IntelliJ I would usually type in a... -
Created Proper way to develop a WS client using JAX-WS and Maven's jaxws-maven-plugin
Hello,I'm using "jaxws-maven-plugin" to generate WS stub classes, as shown below: <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId... -
Created "Cannot resolve symbol" for a Maven goal
Hello,Can you explain why I am getting a "Cannot resolve symbol" on a Maven goal, as can be seen on this screenshot? This happens on any goal specified under a Maven plugin. -
Created Quickly change between deployment servers
Hello,Is there a way to quickly switch between deployment servers (e.g. having a dropbox somewhere on the GUI instead of going to Settings / Deployment and setting default deployment servers)? I'm ...