Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest a module name for defmodule completion #338

Merged
merged 2 commits into from
Aug 25, 2023
Merged

Commits on Aug 16, 2023

  1. Suggest module name for defmodule

    The defmodule completion snippet now does a best-effort attempt to
    guess the module name.
    
    The guessing takes into account lib, test and test/support
    directories, and if it doesn't detect any of them, just uses the file name.
    scohen committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b777ecb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. removed logger call

    scohen committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    57af34e View commit details
    Browse the repository at this point in the history