VSCode Extension for FreeBASIC

User projects written in or related to FreeBASIC.
Post Reply
SoruCoder
Posts: 6
Joined: Mar 20, 2020 10:31

VSCode Extension for FreeBASIC

Post by SoruCoder »

I just published an extension for Visual Studio Code for FreeBASIC language support!

At the moment, it adds more-than-basic (no pun intended) syntax highlighting for the latest FreeBASIC version. It goes beyond just applying haphazard highlighting, as some keywords are context-sensitive.
Image

Some things I'd like to add are tweaks to the theme, semantic syntax-highlighting (to put syntax highlighting on variable, procedure, and type names), code operations like replacing a symbol's name, and other features. However, my expertise in VSCode extensions is rather lacking, so I'd like some help from the community if possible! (I hope I used the right license for this). Please feel free to let me know of bugs or if you'd like to help work on this!
Imortis
Moderator
Posts: 1923
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Re: VSCode Extension for FreeBASIC

Post by Imortis »

This looks pretty good so far. I look forward to seeing more in the future.
Post Reply