Git Product home page Git Product logo

typescript-todo's People

Contributors

dependabot[bot] avatar solomonrosemite avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

typescript-todo's Issues

Allow excluding files/folders

Currently the plugin searches from hundreds of files inside folders like vendor, dist, prod, etc... Please allow excluding folders in settings.json.

I have currently modified the plugin code manually in my $HOME/.vscode/extensions/solomonrosemite.lsp-todo-1.5.6/client/out/extension.js file, which is in src:

"**/{Library,node_modules,dist,build,.next}/**"

to:

.findFiles("**/*.{ts,js,html,bat,c,cpp,cs,go,java,lua,php,yaml,py,swift,dart,powershell}", "**/{Library,plugins,mu-plugins,vendor,wp,dev,prod,node_modules,dist,build,.next}/**")

Not showing

Installed the plugin, but not showing up in visual studio.-

Activating extension 'SolomonRosemite.lsp-todo' failed: Cannot find module 'multilang-extract-comments'

Version 1.8.6 doesn't work at all for me right now.
Just updated the plugin after starting VSCode.

Activating extension 'SolomonRosemite.lsp-todo' failed: Cannot find module 'multilang-extract-comments'
Require stack:
- /Users/rolle/.vscode/extensions/solomonrosemite.lsp-todo-1.8.6/client/out/language.js
- /Users/rolle/.vscode/extensions/solomonrosemite.lsp-todo-1.8.6/client/out/extension.js
- /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/loader.js
- /Applications/Visual Studio Code.app/Contents/Resources/app/out/bootstrap-amd.js
- /Applications/Visual Studio Code.app/Contents/Resources/app/out/bootstrap-fork.js.

Freedom to choose words which to consider as todo

Right now getting all kinds of fix-comments as announced. For example this is just a comment that it has been fixed and should not be highlighted:

Screen-Shot-2022-09-29-11-36-09 86

Can we have a setting for which words should be considered as todo highlight? You could set it up like this in settings.json:

{
    "simpleTodo.overrideTodoWords": [
      "TODO",
      "Bug",
      "Something"
    ]
  }

Support other type of TODO-comments

Right now this extension supports: // TODO: Something. However, it doesn't seem to notice comments like this (php):

/**
 * TODO: Add here the name and meaning of this file, hero.php
 *
 * TODO: Add description here for this file called hero.
 **/

Possible to add support for these?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.