V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
imherer
V2EX  ›  前端开发

WebStorm 究竟如何设置 tailwindcss 才能有语法提示和鼠标悬停显示 css 呢

  •  
  •   imherer · 1 天前 · 240 次点击

    https://www.jetbrains.com/help/webstorm/tailwind-css.html

    按照官方这一套配置下来还是不行

    它没提示我都不知道我写没写对,反观 unocss 支持的却很好

    vscode 也没提示,但是鼠标悬停后能显示对应的 css 代码,我怎么确定我没写错了,总不能每次写完了鼠标悬停上去看一下吧?

    各位前端大佬咋解决这个问题的呢?

    8 条回复    2024-12-20 16:39:54 +08:00
    llcczz
        1
    llcczz  
       1 天前
    装插件 unocss

    10bkill1p
        2
    10bkill1p  
       1 天前
    VSCode 安装 [Tailwind CSS IntelliSense - Visual Studio Marketplace]( https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)
    TimG
        3
    TimG  
       1 天前 via Android
    看看下面状态栏的 language server 服务启动没有,里面有没有 tailwindcss ,没启动的话看日志报错,一般 jb 系的 IDE 没有代码提示都是这里出问题了
    imherer
        4
    imherer  
    OP
       1 天前
    @10bkill1p 装了这插件的,但是写的时候还是没语法提示,写完了鼠标放上去会提示它对应的 css 代码。其实我想要的是写的时候就给语法提示,这样能确定我是写对了的
    imherer
        5
    imherer  
    OP
       1 天前
    @TimG 看了下 tailwindcss 的是正常,vue 的反而有个红色感叹号,但是 vue 写起来却有语法提示
    10bkill1p
        6
    10bkill1p  
       1 天前
    @imherer #4 你看它的 Homepage 是有 autocomplete 和 lint 截图的呀,我实际使用上没有发现 lint 功能生效,但是你说的这个语法提示是有的,除非是使用了自定义的 className
    10bkill1p
        7
    10bkill1p  
       1 天前
    @10bkill1p #6 By default VS Code will not trigger completions when editing "string" content, for example within JSX attribute values. Updating the editor.quickSuggestions setting may improve your experience 。也许可以试试这个推荐设置
    imherer
        8
    imherer  
    OP
       1 天前
    @10bkill1p #7 感谢,生效了,有提示了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1114 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 18:30 · PVG 02:30 · LAX 10:30 · JFK 13:30
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.