Created LanguageTool Plugin
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@tool
|
||||
extends EditorScript
|
||||
|
||||
func _run():
|
||||
var api = LanguageToolApiWrapper.new()
|
||||
EditorInterface.get_base_control().add_child(api)
|
||||
var result = api.check("Hello this is a santence how are you")
|
||||
print(result.matches[0])
|
||||
Reference in New Issue
Block a user