chunkypixel / atari-dev-studio

Homebrew game creation for the Atari 8-bit consoles (VS Code Extension)
http://atariage.com/forums/topic/290365-atari-dev-studio-for-homebrew-development-release/
GNU General Public License v3.0
77 stars 8 forks source link

IntelliSense popup for opcodes #10

Closed mengstr closed 5 years ago

mengstr commented 5 years ago

You know what would be awesome? Being able to hover over the INC you just typed in and have an IntelliSense-popup display this:

Screen Shot 2019-05-05 at 11 51 09 AM

Maybe something to code some nasty rainy and cold day when you have nothing better to do ;-)

mengstr commented 5 years ago

I've become a bit intrigued about the VC extensions in general. I almost feel like digging into this myself and learn something new in the process....

chunkypixel commented 5 years ago

Sounds interesting. I haven't done much at all on that side of things apart from provide a language template. Will certainly put this sort of thing on the list of things to investigate around intellisense. Do you have a site that lists all of this type of information I could check out?

Certainly been fun to learn!

mengstr commented 5 years ago

If you mean a site with info about IntelliSense I've got nothing - for me that would be a process to learn from scratch - as would writing VC extensions.

For the opcodes info I usually use masswerk.at/6502

chunkypixel commented 5 years ago

Mats added pull request #12 with new hover features for for 6502 and VCS tooltips. Updated process to allow each language to have it;s own hover tooltips based on this process.