VBA-IDE-Code-Export icon indicating copy to clipboard operation
VBA-IDE-Code-Export copied to clipboard

Recommend using .gitattributes, .editorconfig and .gitignore files

Open mattpalermo opened this issue 8 years ago • 6 comments

These files can be found in the CodeExport project directory. The .gitattributes file is important for fixing bugs which arise in Excel due to using Unix style line terminations. The other files help in other less serious ways.

mattpalermo avatar Mar 09 '17 23:03 mattpalermo

This is so that how to use then gets documented?

Bc I have no idea how to use editor config 🙃

spences10 avatar Mar 10 '17 06:03 spences10

I don't think the developer even needs to know much about them. At the very least, they just need to know that it will make things work smoother. Editor config is quite simple. Any decent, modern text editor will automatically see the file and adjust its behaviour accordingly. I use the Atom text editor and it works well for me.

mattpalermo avatar Mar 10 '17 09:03 mattpalermo

VS Code here, :heart: it :+1:

spences10 avatar Mar 10 '17 09:03 spences10

Nice! I remember now, I saw some VBA language plugin for vs code on your github. I've heard good things about it. I'll try it out one day.

On 10 Mar 2017 7:40 PM, "Scott Spence" [email protected] wrote:

VS Code here, ❤️ it 👍

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/spences10/VBA-IDE-Code-Export/issues/75#issuecomment-285622987, or mute the thread https://github.com/notifications/unsubscribe-auth/AP4EuGMu65mAbIUuMFZhOFLK8_b7TGRaks5rkRp2gaJpZM4MYwpN .

mattpalermo avatar Mar 10 '17 10:03 mattpalermo

Yeah I had a play around with making some snippets and then syntax highlighting and then some icons for the editor:

syntax highlighting https://github.com/spences10/vscode-vba

snippets https://github.com/spences10/vba-snippets

icons https://github.com/spences10/vscode-vba-icons

If you're interested :smile: :ok_hand:

Anyhoo

Back to #75 does this need to be mentioned in the documentation somewhere?

spences10 avatar Mar 10 '17 10:03 spences10

Yea, I think it does need to be documented. Probably the "Using" section of the README is the best place?

mattpalermo avatar Mar 19 '17 04:03 mattpalermo