Skip to content
This repository was archived by the owner on Aug 30, 2019. It is now read-only.

akira-cn/sublime-v8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 6, 2013
7801acf · Dec 6, 2013

History

20 Commits
Feb 23, 2012
Feb 5, 2012
Dec 6, 2013
Feb 1, 2012
Feb 23, 2012
Feb 1, 2012
Feb 1, 2012
Feb 1, 2012
Feb 1, 2012
Feb 1, 2012
Feb 1, 2012
Feb 1, 2012
Feb 1, 2012
Feb 23, 2012
Feb 1, 2012
Feb 22, 2012
Feb 1, 2012
Feb 24, 2012
Feb 1, 2012
Feb 1, 2012
Feb 1, 2012

Repository files navigation

sublime-v8

added Google v8 engine to sublime text 2

Realtime syntax checking with PyV8

check & mark syntax errors

Show jshint result by press ctrl+alt+h key

jshint result can be shown (including errors and warnings)

with jshint settings in JSHINT.sublime-settings

A JavaScript console supported

a js console shown by press ctrl+alt+j key

use it like the python console

Writing plugin in JavaScript:

 //example
 require('base');

 exports = TextCommand("HelloWorld", function(view, edit){
     view.insert(edit, 0, "HelloWorld");
     console.log(view.file_name());
 });

Troubeshooting

If the plugin doesn't work, follow the guide - lib/PyV8/README.md.

About

v8 engine for sublime text 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published