Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Amended README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anantachai Saothong (Manta) committed Mar 21, 2017
1 parent 9064f3a commit 5593ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ You may use one or more following pre-defined variables:
- `selectFilePath` as a normalized _relative file path_ of the chosen file. This has `./` at the beginning if and only if the chosen file and the current viewing document are in the same folder. This can be used safely in JavaScript `import` statement.
- `selectCodeText` as a whole text of the chosen file.
- `selectCodeTree` as a parsed **[Babylon](https://www.npmjs.com/package/babylon)** object of the chosen file.
- `selectFileHasDefaultExport` as boolean that `true` when the chosen file has `export default` or `module.exports`, otherwise `false`.
- `selectFileHasDefaultExport` as boolean that is `true` when the chosen file has `export default` or `module.exports`, otherwise `false`.
- `_` as **[lodash](https://www.npmjs.com/package/lodash)**.
- `minimatch` as **[minimatch](https://www.npmjs.com/package/minimatch)**.
- `path` as **Node.js**' [path](https://nodejs.org/api/path.html).
Expand Down Expand Up @@ -252,6 +252,7 @@ For example, if you are working with **React**, you need to add `"jsx"` as one o
## Known issues and future work

- Add support for JavaScript `require(...)` statement.
- Add support for [vscode.FileSystemWatcher](https://code.visualstudio.com/docs/extensionAPI/vscode-api#FileSystemWatcher).
- Add an ability to use new settings without having VS Code restarted.

## Release Notes
Expand Down

0 comments on commit 5593ad4

Please sign in to comment.