Skip to content

Unexpected token: Identifier: Null #54

@StephenTurley

Description

@StephenTurley

I am going through the Godot tutorial and thought I'd give this plugin a try. I'm using it with VimALE. My file Sprite.gd...

extends Sprite

func _init():
	print("hello world")
	

...Gives the following error in vim: Sprite.gd|1 col 1-4 error| Unexpected token: Identifier:Null

I also see an error in the Godot IDE modules/gdscript/language_server/gdscript_extend_parser.cpp:488 - Index p_position.line = 3 is out of bounds (lines.size() = 1).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions