scope pattern for files which end with .js but do not contain "min"

how can i achieve this? i tried "file:*.js &&!file:*min*.js", but this results in 0 files.

0

Hi there,

file:*.js&&!file:*min*.js


Works for me in PhpStorm (v6 EAP build 124.373). Maybe because of space character you have before && ?

screen01.png

0

请先登录再写评论。