I want to use the gdcef plugin, but the following error occurred

func open_browser(url):

if cef_browser == null:
	cef_browser = GDCEF.new()
	cef_browser.create_browser(url, 1024, 768) 
	add_child(cef_browser)
else:
	cef_browser.load_url(url)  

Iusse code: cef_browser = GDCEF.new()

Identifier “GDCEF” not declared in the current scope.

You may have to enable plugins after installation, in the project settings.


I have already started it

Seems like GDCef is the type from what I can find. Can you post this specific plugin you are using? And any sample or demo you are basing this off of?