Wayne Rasmussen
- Total activity 80
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 25
-
Created URGENT database related files git repository
AnsweredI have been trying gitignore.io, stackoverflow, reddit, and a .gitignore file at jetbrains website. Student at university in a 4 person group project. Professor wants us to use intellij for java a... -
Created datagrip add db to existing java project
AnsweredHello, Have an existing java project and use git/GitHub as a repo. Just installed datagrip to learn about it and to try to add a db into this java project. How should I approach this? Should I... -
Created CLION installation
AnsweredI am thinking of installing Clion on windows 10, my concern is if the install is complete or do I have to load other software like gcc and cygwin. -
Created javascript can't change signature without specifying a default value
windows 7 x64 Trying to change signature to add a new parameter. I don't want to specify a default value for the new parameter. It doesn't do the refactor. Annoying. IF there is a setting for... -
Created webstorm 2017.3 x64 update leaves 2017.1.4 x64 installed
I just installed the update webstorm 2017.3 x64 and noticed that 2017.1.4 x64 is still installed with an icon on the desktop. Is this a problem? should I uninstall ws2017.1.4? Advice -
Created Fast way to create subclass
Suppose I have: // ---------- CALL PARENT METHODS ----------function Vehicle(name) { this.name = "Vehicle"}// Functions for the parent objectVehicle.prototype = { drive: function(){ re... -
Created Webinar Working with SQL and Databases in IntelliJ-based IDEs June 14.
I will be at a hospital getting an MRI at this time. Will the webinar be put up on youtube? -
Created Salesforce Development
AnsweredHello, I might have a Salesforce consulting opportunity in the near future and was wondering if I can use IntelliJ IDEA to do development. I really want to avoid using Eclipse. -
Created Jetbrains/Webstorm and Java
Windows 7/ Webstorm 2016.2 I understand that the various JetBrains products contain their own JRE in the /jre folder. Suppose java jdk and jre are installed by for other reasons and the JAVA_HOME a... -
Created TypeScript Community Stubs for Should/Mocha
Windows 7., PhpStorm 8.0.3var assert = require('assert');describe('Array', function() { describe('#indexOf()', function () { it('should return -1 when the value is not present', function ...