bcharlier / HMMA238

This is the public repo for the course HMMA238 'Software Development'
10 stars 48 forks source link

[ENH] VS code : extensions recommended #57

Open josephsalmon opened 3 years ago

josephsalmon commented 3 years ago

We should add a list of VSCode recommended packages for the default users:

josephsalmon commented 3 years ago

I 've started this here: https://github.com/bcharlier/HMMA238/blob/master/Courses/IDE/tp.md any feedback from hard core user: @tanglef @QB3 ?

tanglef commented 3 years ago

Well, on my hand I would just advise not to use the default Microsoft python linter but rather cornflakes (much more user-friendly).

I also like liveshare which is kind of an overleaf inside vscode (useful with remote work).

QB3 commented 3 years ago

Nice work! Everything seems great to me :)

This is funny, what you are doing looks like an extended version of this: the [ https://missing.csail.mit.edu/ | missing semester of CS ] . Maybe it is already done elsewhere in the course, but it may worth mention jupyter notebooks and google colab for people without python distrib. Finally, maybe this is an advanced feature, but for people doing computation on clusters the [ https://marketplace.visualstudio.com/items?itemName=vscode-ext.sync-rsync | synrsync extension ] is a game changer.

Best, Quentin

De: "Tanguy Lefort" notifications@github.com À: "bcharlier/HMMA238" HMMA238@noreply.github.com Cc: "Quentin Bertrand" quentin.bertrand@inria.fr, "Mention" mention@noreply.github.com Envoyé: Vendredi 29 Janvier 2021 12:32:11 Objet: Re: [bcharlier/HMMA238] [ENH] VS code : extensions recommended (#57)

Well, on my hand I would just advice not to use the default Microsoft python linter but rather [ https://marketplace.visualstudio.com/items?itemName=kevinglasson.cornflakes-linter | cornflakes ] (much more user-friendly).

I also like [ https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare | liveshare ] which is kind of an overleaf inside vscode (useful with remote work).

— You are receiving this because you were mentioned. MReply to this email directly, [ https://github.com/bcharlier/HMMA238/issues/57#issuecomment-769750981 | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/AE7QII3GCRV6ZIC4DE6C7P3S4KMDXANCNFSM4WYU6I2Q | unsubscribe ] .

josephsalmon commented 3 years ago

Thanks for the feedback.

A last point might be: what's your favorite LaTeX extension? any good snippet available somewhere? Sublime was great for that but I am not yet up to date on this part for VSCode.

tanglef commented 3 years ago

Might not be a very useful answer but:

Hopefully that was somewhat helpful