Igor, J
- Total activity 92
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 32
-
Created Remote Host Sync after Version Control Update
AnsweredAfter doing a change of a branch/commit, is there an easy way to transfer all the changed files automatically without doing this manually via deployment-> sync with deployed to? -
Created Automatic Detection of SQL?
AnsweredIs there a way to not to have to manually inject "SQL" when I start typing a query in a string? I have a file with dozens of queries and it'd be awesome if intellij would automatically detect it an... -
Created React Autocomplete not Working properly?
Hi, when creating a blank new project in react, and adding a very simple component, webstorm does not display the state autocomplete suggestions. It does display ~100 items in total, but not the ... -
Created Git Remote with Key
Hi all, following a guide like this one: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-private-git-server-on-a-vps, I managed to create a git repository on a EC2 instance. It i... -
Created nodejs console doesn't print returned value
The following snippet shows the output (3,6,9...) in both the nodejs console and a browser console: var somearr = [1, 2, 3, 4, 5];somearr.map(function(value){ return value * 3;}) When run in Web... -
Created add to package.json
When importing a dependency which is not installed, webstorm recognizes this and asks whether it should install it. Is there a way to make webstorm add it to the package.json file instead? -
Created Extracting CSS to new file
Hi, having a file with tons of scripts/links, is there an easy option to select e.g. an element with 2-3 classes and extract those classes automatically to a new file? E.g. this would allow me to r... -
Edited Scientific Mode - Console Input
AnsweredHi all, using scientific mode, one uses the console quite a lot. At the end of the day, is there an easy option to get all the inputs from the console and e.g. append them to the main code from w... -
Created DataGrip Feature Request, Bug or just my lack of knowledge?
Hey JB Team, let me skip over the 'great tools you're making' part and go straight to the questions I have: - Is it possible to generate a diagram for a Oracle View? Right clicking on a view show...