Alexander Kim

Avatar
  • Total activity 57
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 5
  • Subscriptions 18
  • Created

    Svelte support?

    Do you plan to add Svelte integration? https://svelte.dev/
    • 2 followers
    • 1 comment
    • 0 votes
  • 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?
    • 2 followers
    • 1 comment
    • 1 vote
  • 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.
    • 4 followers
    • 10 comments
    • 1 vote
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    How to build image with Docker plugin?

    Answered
    Visiting Dockerfile and firing build from there launches unknown command, which results in <Unknown> docker image. Is there a command equivalent for docker build -t imagename .
    • 2 followers
    • 3 comments
    • 1 vote
  • Edited

    Nuxt (typescript) - cannot resolve file logo.svg

    Component: <template> <img src="@/assets/svg/logo.svg /></template> Gives an error Cannot resolve file and directory "@". I have used fake webpack.config.json and pointed WebStorm to it: const pat...
    • 2 followers
    • 1 comment
    • 1 vote
  • Edited

    Datagrip in WebStorm

    What kind of license do i need in order to install Datagrip plugin in Webstorm? Do you plan to make it a one-time buy for webstorm users?
    • 2 followers
    • 4 comments
    • 1 vote
  • Created

    NuxtJS webpack aliases

    There's no dedicated webpack.config.js when using Nuxt I need to point in Preferences | Language & Frameworks | Javascript | Webpack a path to webpack config file, in order to make WebStorm work wi...
    • 4 followers
    • 11 comments
    • 2 votes
  • Edited

    Jetbrains account settings sync not syncing plugin settings

    I installed Material UI plugin, made some modifications, then reused on another machine, it synced my plugins/themes, but i had to manually tweak my Material UI plugin. I think it's bugged, or it's...
    • 2 followers
    • 5 comments
    • 0 votes
  • Edited

    Cannot resolve scss imports with Vue-CLI 3

    Importing scss files inside .vue files doesn't work in IDE: @import "@/styles/mixins.scss" Shows an error: cannot resolve file "mixins" I even tried: @import "~@/styles/mixins.scss" from this issue...
    • 6 followers
    • 5 comments
    • 2 votes