How to integrate "stream" in webstorm?

I am using the webstorm IDE. I need to write how to integrate a stream using webstorm.

I tried the steps given in: [ https://blog.jetbrains.com/webstorm/2015/09/webstorm-11-eap-142-5255/] But it does not show hints or errors.

+5
source share
1 answer

I put together an experimental plugin that integrates stream error reporting into IDEA / WebStorm as error annotations:

https://github.com/dsilva/webstorm-plugin-flow-typecheck/releases

See also Stream in JetBrains / IntelliJ IDEA

-1
source

Source: https://habr.com/ru/post/1239022/


All Articles