Alexander Kim

- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 18
-
-
Created IDE Settings sync on old account
AnsweredCurrently i'm using IDE settings sync on my personal account a@a.com, but my license is paid on my corporate account c@c.com, i've added my corporate JB account in to WS, but i'm still using my per... -
Created Is there a git flow plugin?
Is there any other working git flow plugins, except this one: https://github.com/OpherV/gitflow4idea/? Which is buggy. -
Created Datagrip plugin, mysqldump import with docker
Is it possible to make mysqldump work with a mysql inside a docker container? -
Created WS 2019.2.4 | regular open file dialog in Catalina
https://blog.jetbrains.com/webstorm/2019/10/webstorm-2019-2-4/ But why you had to change this open file dialog window? I had no issues, what was the reason? -
Created IDE Settings sync and datagrip plugin
Does account IDE settings sync store datagrip's (plugin) data sources (database connection credentials)? -
-
Created CSS/SCSS selector specificty
Is there a way to check css selector specificity? In VSCode i could just hover over selector, and it would show specificity, like (0 1 0). Is it possible in WS? -
Created How to run/debug scratch file (Javascript/Typescript)
I want to use scratch file as a test polygon. Is it possible to ru a .js/.ts file: const result = 1 + 1console.log(result) Would be fired. -
Edited Module is not listed in package.json dependencies - Vue (TypeScript)
tsconfig.json: { "compilerOptions": { "target": "esnext", "module": "esnext", "strict": true, "jsx": "preserve", "importHelpers": true, "moduleResolution": "node", "experiment...