python2.7 or 3.xpipvirtualenv
The following command creates a new virtual environment named venv in the current directory, usually this will be your project's directory.
| import plugin from "../plugin.json"; | |
| const { editor } = editorManager; | |
| const fsOperation = acode.require("fsOperation"); | |
| const helpers = acode.require("helpers"); | |
| const TokenIterator = ace.require("ace/token_iterator").TokenIterator; | |
| const cache = Object.create(null); | |
| const pathCompleter = { | |
| id: "path-completion", | |
| getCompletions: async function (editor, session, pos, prefix, callback) { |
python 2.7 or 3.xpipvirtualenvThe following command creates a new virtual environment named venv in the current directory, usually this will be your project's directory.