Alexander Kim

- 活动总数 57
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 18
-
-
创建于 IDE Settings sync on old account
已回答Currently 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... -
创建于 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. -
创建于 Datagrip plugin, mysqldump import with docker
Is it possible to make mysqldump work with a mysql inside a docker container? -
创建于 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? -
创建于 IDE Settings sync and datagrip plugin
Does account IDE settings sync store datagrip's (plugin) data sources (database connection credentials)? -
-
创建于 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? -
创建于 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. -
已编辑于 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...