An open API service indexing awesome lists of open source software.

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.

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.