plafue / rust-api-docs-helper

Atom.io plugin that opens the rust standard library docs for 'use std::' statements
MIT License
3 stars 7 forks source link

parse multiple imports #7

Open flying-sheep opened 8 years ago

flying-sheep commented 8 years ago

when the cursor is over either self, Read, or write and F4 is hit:

use std::io::{self, Read, Write};

it should open the according docs