Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 2.19 KB

README.md

File metadata and controls

66 lines (43 loc) · 2.19 KB

42 BUDDY

A vscode extension to help all 42 students during their path in the school

Vs code marketplace link: Sheratan.42buddy

GitHub profile: Sheratan095

42 intra profile: Maceccar


Configuration

To conifigure the extension with your intra parameters you have to search in the settings for 42buddy and set Email and Username proprieties


Features

All the features can be activated by control panel (Ctrl + shift + p)
All the features are under 42Buddy category


Header placer

This feature insert 42 header in .c, .h, .cpp and .hpp files

It can be activated by:

  • ctrl + shift + h : Inserts the header only in the currently open file
  • ctrl + h : Inserts the header recursively in all files within the first folder of the workspace.

/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   prova.c                                            :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
/*   By: marvin <marvin@student.42firenze.it>       +#+  +:+       +#+        */
/*                                                +#+#+#+#+#+   +#+           */
/*   Created: 2024/04/09 11:28:30 by marvin            #+#    #+#             */
/*   Updated: 2024/04/09 11:36:17 by marvin           ###   ########.fr       */
/*                                                                            */
/* ************************************************************************** */

TABLE OF CONTENT