summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-04-13Adding cmd instructions per #127bscan
2024-03-22Add support for expanding leading tildas in pathsAndrii Nugged
This commit introduces functionality to expand leading tildas (~) in paths. The tilde is a common shorthand for the home directory in Unix-like operating systems, and this change allows our application to interpret and handle these paths correctly. Previously, if a user entered a path with a leading tilde, the application would not recognize it as a valid path. With this update, the application will now expand any leading tilde to the current user's home directory, allowing for more flexible and intuitive path input. This change improves the user experience by accepting a wider range of valid inputs and aligns the application's path handling behavior with established conventions in Unix-like operating systems.
2024-03-22Add support for custom Perl environment variablesAndrii Nugged
Introduced two new environment variables: perlEnv and perlEnvAdd. - perlEnv: Hash. Pass environment variables to the perl executable. Skipped if undefined. - perlEnvAdd: Boolean. Add environment variables to current environment, or totally replace (perlEnv related). Default is true.
2023-11-26Adding LiteXL instructionsbscan
2023-11-26Updating README for lsp-mode. Fixes #103bscan
2023-10-22Bumping versionbscan
2023-09-23Updating documentationbscan
2023-07-31README: add mention to coc-perlBruno Meneguele
Briefly mention coc-perl client extension in the coc.nvim section on README file, pointing users to its repo and a demo'ing a simple configuration file to enable PerlNavigator using coc-perl.
2023-06-20Add instructions for packaging .vsix files from sourceIan P Bradley
This is in an effort to make it easier for VSCode/VSCodium users to try/test the latest changes in unpublished releases or the main branch with a little less effort on their part
2023-05-15Fix README.md for build from source for other editorsNick Reilingh
Running `tsc` in the project root doesn't appear to do anything. Need to `cd` into `server` and then run `tsc`. Calling via `npx` is better here since you don't have to have installed `tsc` globally beforehand.
2023-01-20update config doc for neovimSeth Daniel
2023-01-02Adding instructions for the Kate editorbscan
2023-01-02Adding eglot instructions. Fixes #57bscan
2022-12-22add coc.nvim to READMEkrzysckh
2022-11-29Additional docsbscan
2022-11-29Clarifying workspaceFolder usagebscan
2022-11-13Readme: Syntax highlightingbscan
2022-11-09Fixes #48bscan
2022-11-03Updating docsbscan
2022-07-03Simplify README and build/installEvan Carroll
* Keep it easy on the user. Update README. This has been moved into the package.json such that `npm run ci-all` does all of it. * Add a `package-lock.json` in the main repo. Without this, you can't have reproducable builds. * Update README with language hints for the different stuff for Markdown syntax highlighting.
2022-06-17* add documentation for neovimSeth Daniel
2022-05-01Update README.mdbscan
Adding information about Raku
2022-02-27Adding perltidy instructionsbscan
2022-02-26Perltidy, default critic profile, removing ALLCAPS subs from autocomplete, ↵bscan
navigate to 'required' modules, emacs documentation
2022-02-17Repo cleanup and outline view changesbscan
2022-02-14Update README.mdbscan
2022-02-14Adding additional editorsbscan
2022-02-10Minor readme updatesbscan
2022-02-10Update README.mdbscan
2022-02-10Updating READMEbscan
2022-02-03Fixing stdin based compilation, place import errors on right line numbers, ↵bscan
namespace cleanup, symbol view
2022-01-31Perlcritic respect filenames, better sorting, ->new vs ::new, better object ↵bscan
detection with a canonical object lookup
2022-01-28Initial autocomplete commit. Includes variables, functions, labels, imported ↵bscan
modules. Determines object type when possible and restricts modules to explictly imported ones
2022-01-24LRU-cache, process more symbols, bug fixes for windows, lexical c style for ↵bscan
loop vars, and general cleanup
2022-01-21First version with functional navigationbscan
2022-01-20Switching warnings to Mwarnings, cleanup inquisitor, description and iconbscan
2022-01-17Initial commitbscan