https://github.com/asukaminato0721/mmaf1
A deadly simple extension to enable you f1 in mathematica notebooks.
https://github.com/asukaminato0721/mmaf1
documentation vscode-extension wolfram-language
Last synced: 6 months ago
JSON representation
A deadly simple extension to enable you f1 in mathematica notebooks.
- Host: GitHub
- URL: https://github.com/asukaminato0721/mmaf1
- Owner: asukaminato0721
- License: wtfpl
- Created: 2023-05-19T16:44:49.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T15:11:20.000Z (over 1 year ago)
- Last Synced: 2024-12-12T17:14:35.108Z (6 months ago)
- Topics: documentation, vscode-extension, wolfram-language
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MmaF1
A deadly simple plugin to f1 in your vscode. PoC.
## Prerequirement
Download the [Mathematica documents](https://www.wolfram.com/download-center/mathematica/) . Set the path to `mmaf1.path`
Set the mathematica binary/wolframplayer binary to `mmaf1.bin`
## Usage
1. hightlight/put cursor at the function.
2. F1## TODO
- [ ] Integrate into other extensions
## Features
- partly support symbols. try query `//` (Need more PR).
- familiar F1
- query by highlight or put cursor on function name.## Why js
To keep it small, since I enabled the `"checkJs": true` in jsconfig.json
## Installation
Yes, no `node_modules`😉
```
vsce package
```then install the vsix. Or you can download the .vsix from release.
## Development
Edit the source code, press F5 to preview and test.