Skip to content

AndrewBanks10/cr-state-file-open

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cr-state-file-open

This extension will display a source file at the line number associated with a specified redux state change when used in conjunction with StateMonitor.

Requirements

  1. vscode
  2. causality-redux
  3. react-causality-redux
  4. create-react-project
  5. StateMonitor

Installation

Mac & Linux

cd $HOME/.vscode/extensions
git clone https://github.com/AndrewBanks10/cr-state-file-open
cd cr-state-file-open
npm install

Windows

cd %USERPROFILE%\.vscode\extensions
git clone https://github.com/AndrewBanks10/cr-state-file-open
cd cr-state-file-open
npm install

Usage

Using the StateMonitor, select a particular state for details. Then open the command palette in vscode and find the command "react-causality-redux load file". Select it. This will open the source file that caused the state change at the particular line number.

Known Issues

None

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published